diff options
author | ispedals <ispedals@users.noreply.github.com> | 2016-06-11 18:45:30 -0400 |
---|---|---|
committer | ispedals <ispedals@users.noreply.github.com> | 2016-06-18 19:14:14 -0400 |
commit | db5befcf451b26e00b94aeff927099bc63c63e5d (patch) | |
tree | a44f292b3a95b2b2d230ad3c754f1c9f997ad182 /ext | |
parent | b7901945b34cda8994f12950ce50024a6b028cee (diff) |
Add Gecko as a supported application to manifest
Diffstat (limited to 'ext')
-rw-r--r-- | ext/manifest.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index 3cb13480..29160d3b 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -26,5 +26,10 @@ "fg/js/frame.js", "fg/ttf/kanji-stroke-orders.ttf", "fg/ttf/vl-gothic-regular.ttf" - ] + ], + "applications": { + "gecko": { + "id": "yomichan-gecko@example.com" + } + } } |