aboutsummaryrefslogtreecommitdiff
path: root/ext/manifest.json
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-04-06 20:50:12 -0700
committerAlex Yatskov <alex@foosoft.net>2016-04-06 20:50:12 -0700
commit53b63e8ddcdfdb81990a0f406c92f2d3188e707d (patch)
treed87a36d0562f7c399f8e4dc976d8aeb99b929b82 /ext/manifest.json
parent7c9d64e95f19528f4618432ff6fa8632e4027b6f (diff)
File reorg
Diffstat (limited to 'ext/manifest.json')
-rw-r--r--ext/manifest.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/manifest.json b/ext/manifest.json
index 2f1a2b58..cbe1e04a 100644
--- a/ext/manifest.json
+++ b/ext/manifest.json
@@ -7,11 +7,11 @@
"browser_action": {"default_icon": "icon.png"},
"background": {"page": "bg/background.html"},
"options_page": "bg/options.html",
- "permissions": [ "storage" ],
+ "permissions": ["storage"],
"content_scripts": [{
"matches": ["*://*/*"],
- "js": ["js/api.js", "js/util.js", "js/client.js"],
- "css": ["css/client.css"]
+ "js": ["fg/js/api.js", "fg/js/util.js", "fg/js/client.js"],
+ "css": ["fg/css/client.css"]
}]
}