summaryrefslogtreecommitdiff
path: root/ext/manifest.json
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-07-20 21:21:22 -0700
committerAlex Yatskov <alex@foosoft.net>2017-07-20 21:21:22 -0700
commit8bcc4ddf19a6c171ad1cf5d18b165da391089fd2 (patch)
treed4068b745a8499bf8d01b9fcb6e8f86c6683563a /ext/manifest.json
parentac2e079c98f87acfbafd2105461885a1cb199c76 (diff)
cleanup
Diffstat (limited to 'ext/manifest.json')
-rw-r--r--ext/manifest.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/manifest.json b/ext/manifest.json
index be9f3208..7a277fb2 100644
--- a/ext/manifest.json
+++ b/ext/manifest.json
@@ -15,9 +15,10 @@
"content_scripts": [{
"matches": ["http://*/*", "https://*/*", "file://*/*"],
"js": [
- "fg/js/util.js",
+ "fg/js/document.js",
"fg/js/source-range.js",
"fg/js/source-element.js",
+ "fg/js/background.js",
"fg/js/popup.js",
"fg/js/driver.js"
],