43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "كلود - إملاء صوتي عربي",
|
|
"version": "1.0.0",
|
|
"description": "يضيف زر مايكروفون لموقع Claude.ai للكتابة بالصوت باللغة العربية - Arabic speech-to-text for Claude.ai",
|
|
"permissions": [
|
|
"storage"
|
|
],
|
|
"host_permissions": [
|
|
"https://claude.ai/*",
|
|
"https://cv.intaleqapp.com/*"
|
|
],
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"https://claude.ai/*"
|
|
],
|
|
"js": [
|
|
"content.js"
|
|
],
|
|
"css": [
|
|
"styles.css"
|
|
],
|
|
"run_at": "document_idle"
|
|
}
|
|
],
|
|
"background": {
|
|
"service_worker": "background.js"
|
|
},
|
|
"action": {
|
|
"default_popup": "popup.html",
|
|
"default_icon": {
|
|
"16": "icons/icon16.svg",
|
|
"48": "icons/icon48.svg",
|
|
"128": "icons/icon128.svg"
|
|
}
|
|
},
|
|
"icons": {
|
|
"16": "icons/icon16.svg",
|
|
"48": "icons/icon48.svg",
|
|
"128": "icons/icon128.svg"
|
|
}
|
|
} |