aboutsummaryrefslogtreecommitdiff
path: root/webextension/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'webextension/manifest.json')
-rw-r--r--webextension/manifest.json14
1 files changed, 4 insertions, 10 deletions
diff --git a/webextension/manifest.json b/webextension/manifest.json
index 5bcb8c060..7592b3509 100644
--- a/webextension/manifest.json
+++ b/webextension/manifest.json
@@ -24,6 +24,10 @@
"permissions": [
"storage",
+ "activeTab"
+ ],
+
+ "optional_permissions": [
"tabs",
"webRequest",
"webRequestBlocking",
@@ -39,16 +43,6 @@
"default_popup": "popup.html"
},
- "content_scripts": [
- {
- "matches": ["*://*/*"],
- "js": [
- "contentScript.js"
- ],
- "run_at": "document_start"
- }
- ],
-
"background": {
"page": "background.html",
"persistent": true