diff options
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index 2ac61690..0fd72386 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -12,6 +12,7 @@ "content_scripts": [{ "matches": ["*://*/*", "file://*/*"], "js": [ + "fg/js/gecko.js", "fg/js/source-range.js", "fg/js/source-element.js", "fg/js/popup.js", |