summaryrefslogtreecommitdiff
path: root/ext/manifest.json
diff options
context:
space:
mode:
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"]
}]
}