summaryrefslogtreecommitdiff
path: root/ext/manifest.json
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-07-22 22:14:59 -0700
committerAlex Yatskov <alex@foosoft.net>2016-07-22 22:14:59 -0700
commit6099de71d86b923e1bc76b32833a7ccfcab73692 (patch)
treebf9d1f2a45cedc790b5c0e636e3355e2cd7cefc1 /ext/manifest.json
parent4e46f4bded6244f0d4963bf36f23545fdc02c487 (diff)
Work on supporting different text sources
Diffstat (limited to 'ext/manifest.json')
-rw-r--r--ext/manifest.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/ext/manifest.json b/ext/manifest.json
index 707900c9..b92ee912 100644
--- a/ext/manifest.json
+++ b/ext/manifest.json
@@ -11,7 +11,13 @@
"background": {"page": "bg/background.html"},
"content_scripts": [{
"matches": ["*://*/*"],
- "js": ["fg/js/range.js", "fg/js/popup.js", "fg/js/api.js", "fg/js/client.js"],
+ "js": [
+ "fg/js/source-range.js",
+ "fg/js/source-image.js",
+ "fg/js/popup.js",
+ "fg/js/api.js",
+ "fg/js/client.js"
+ ],
"css": ["fg/css/client.css"]
}],
"minimum_chrome_version": "45.0.0.0",