diff options
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 8 |
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", |