aboutsummaryrefslogtreecommitdiff
path: root/ext/manifest.json
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-04-23 21:13:34 -0700
committerAlex Yatskov <alex@foosoft.net>2016-04-23 21:13:34 -0700
commitc8d0ef50046dde2e3214a242674dff3c6dbf2a45 (patch)
treef9372d8ee8ba2f6f64938ad384ffe8249062f83f /ext/manifest.json
parentdefe4e5759354178c8a16d9df0bee0817abae99b (diff)
WIP
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"]
}]
}