aboutsummaryrefslogtreecommitdiff
path: root/ext/manifest.json
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-04-24 16:18:47 -0700
committerAlex Yatskov <alex@foosoft.net>2016-04-24 16:18:47 -0700
commit59989cd78c60b4c8d089b3bed070b11eb62622b6 (patch)
tree71293bf328331ed87c461d1e73b7f2c0c4e74579 /ext/manifest.json
parentd6a92e7b7bdd02706d5ad68ae2d3ea62123fa0a2 (diff)
File management
Diffstat (limited to 'ext/manifest.json')
-rw-r--r--ext/manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/manifest.json b/ext/manifest.json
index b454fd97..e766c140 100644
--- a/ext/manifest.json
+++ b/ext/manifest.json
@@ -20,7 +20,7 @@
"background": {"page": "bg/background.html"},
"options_page": "bg/options.html",
"permissions": ["storage"],
- "web_accessible_resources": ["fg/css/popup.css"],
+ "web_accessible_resources": ["fg/css/frame.css", "fg/css/frame.js"],
"content_scripts": [{
"matches": ["*://*/*"],