Auto-deploy: 2026-06-02 18:22:34

This commit is contained in:
Hamza-Ayed
2026-06-02 18:22:34 +03:00
parent 6f6cec0617
commit 96986eb302

View File

@@ -1,10 +1,11 @@
{
"manifest_version": 3,
"name": "كلود - إملاء صوتي عربي",
"version": "1.0.0",
"version": "1.0.1",
"description": "يضيف زر مايكروفون لموقع Claude.ai للكتابة بالصوت باللغة العربية - Arabic speech-to-text for Claude.ai",
"permissions": [
"storage"
"storage",
"offscreen"
],
"host_permissions": [
"https://claude.ai/*",
@@ -27,6 +28,18 @@
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"speech.html",
"speech.js",
"permission.html",
"permission.js",
"icons/*.svg"
],
"matches": ["https://claude.ai/*"]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {