summaryrefslogtreecommitdiff
path: root/ext/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'ext/manifest.json')
-rw-r--r--ext/manifest.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/manifest.json b/ext/manifest.json
index 11d00e5d..e5b21268 100644
--- a/ext/manifest.json
+++ b/ext/manifest.json
@@ -17,9 +17,10 @@
}
},
- "background": {"page": "bg/background.html"},
- "options_page": "bg/options.html",
- "permissions": ["storage"],
+ "background": {"page": "bg/background.html"},
+ "options_page": "bg/options.html",
+ "permissions": ["storage"],
+ "web_accessible_resources": ["fg/css/popup.css"],
"content_scripts": [{
"matches": ["*://*/*"],