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