We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0121bfb commit ad02d24Copy full SHA for ad02d24
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "Claudet",
3
- "version": "0.0.1",
+ "version": "0.1.1",
4
"description": "Claudet: Claude.ai Voice Input",
5
"scripts": {
6
"build": "webpack",
public/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Claudet: Claude.ai Voice Input",
"description": "Add voice input capability to Claude.ai using Transformers.js and Groq API",
- "version": "0.1.0",
"permissions": [ "storage"],
7
"host_permissions": ["https://api.groq.com/*"],
8
"background": {
0 commit comments