Add JSON definition subscriptions
This commit is contained in:
parent
7e17470356
commit
bedeb8495d
15 changed files with 321 additions and 37 deletions
|
|
@ -11,7 +11,7 @@
|
|||
"96": "icons/logo96.png",
|
||||
"128": "icons/logo128.png"
|
||||
},
|
||||
"permissions": ["storage", "tabs", "offscreen"],
|
||||
"permissions": ["storage", "tabs", "alarms", "offscreen"],
|
||||
"host_permissions": ["<all_urls>"],
|
||||
"background": { "service_worker": "background.js", "type": "module" },
|
||||
"content_scripts": [{ "matches": ["<all_urls>"], "js": ["content.js"], "run_at": "document_idle" }],
|
||||
|
|
|
|||
Loading…
Reference in a new issue