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 73b7cc8d..1de5a5c1 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", @@ -41,5 +42,10 @@ "fg/mp3/button.mp3", "fg/ttf/kanji-stroke-orders.ttf", "fg/ttf/vl-gothic-regular.ttf" - ] + ], + "applications": { + "gecko": { + "id": "alex@foosoft.net" + } + } } |