Add JSON definition subscriptions
This commit is contained in:
parent
7e17470356
commit
bedeb8495d
15 changed files with 321 additions and 37 deletions
|
|
@ -12,7 +12,7 @@
|
|||
"128": "icons/logo128.png"
|
||||
},
|
||||
"browser_action": { "default_icon": "icons/logo32.png", "default_popup": "popup.html" },
|
||||
"permissions": ["storage", "tabs", "<all_urls>"],
|
||||
"permissions": ["storage", "tabs", "alarms", "<all_urls>"],
|
||||
"background": { "scripts": ["background.js"], "persistent": true },
|
||||
"content_scripts": [{ "matches": ["<all_urls>"], "js": ["content.js"], "run_at": "document_idle" }],
|
||||
"options_ui": { "page": "options.html", "open_in_tab": true },
|
||||
|
|
|
|||
Loading…
Reference in a new issue