aboutsummaryrefslogtreecommitdiff
path: root/ext/manifest.json
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-08-05 20:20:22 -0700
committerAlex Yatskov <alex@foosoft.net>2017-08-05 20:20:22 -0700
commit7fbe2ddaf33bad05fb26aec759806e0f6ae250d2 (patch)
tree0eb5e2d3b59d15d48d64f514d149978eec558d1b /ext/manifest.json
parent7e635d6382b0d96f596e2440b93e5935230367aa (diff)
more cleanup
Diffstat (limited to 'ext/manifest.json')
-rw-r--r--ext/manifest.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/ext/manifest.json b/ext/manifest.json
index 288976f3..48308b17 100644
--- a/ext/manifest.json
+++ b/ext/manifest.json
@@ -15,11 +15,13 @@
"content_scripts": [{
"matches": ["http://*/*", "https://*/*", "file://*/*"],
"js": [
- "fg/js/document.js",
- "fg/js/source-range.js",
- "fg/js/source-element.js",
"fg/js/api.js",
+ "fg/js/document.js",
"fg/js/popup.js",
+ "fg/js/source-element.js",
+ "fg/js/source-range.js",
+ "fg/js/util.js",
+
"fg/js/frontend.js"
],
"css": ["fg/css/client.css"]