Auto-deploy: 2026-06-02 18:39:04

This commit is contained in:
Hamza-Ayed
2026-06-02 18:39:04 +03:00
parent 8ebbedad83
commit 979a5bbdae
5 changed files with 186 additions and 63 deletions

View File

@@ -8,8 +8,7 @@
"activeTab",
"scripting",
"clipboardWrite",
"microphone",
"offscreen"
"microphone"
],
"host_permissions": [
"https://www.linkedin.com/*",
@@ -54,6 +53,15 @@
"128": "icons/icon128.png"
}
},
"web_accessible_resources": [
{
"resources": [
"speech.html",
"speech.js"
],
"matches": ["<all_urls>"]
}
],
"background": {
"service_worker": "background.js"
},