summaryrefslogtreecommitdiff
path: root/ext/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'ext/manifest.json')
-rw-r--r--ext/manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/manifest.json b/ext/manifest.json
index 18b37b91..4e61e5c1 100644
--- a/ext/manifest.json
+++ b/ext/manifest.json
@@ -24,7 +24,7 @@
"content_scripts": [{
"matches": ["*://*/*"],
- "js": ["fg/js/api.js", "fg/js/util.js", "fg/js/client.js"],
+ "js": ["fg/js/range.js", "fg/js/popup.js", "fg/js/api.js", "fg/js/client.js"],
"css": ["fg/css/client.css"]
}]
}