diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-07-06 19:42:01 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-07-06 19:42:01 -0700 |
commit | 80d2eac33cf00a8b13afb84d9d242029db97c75b (patch) | |
tree | 9be244057c7d6e7cfbad3c24e06e1916d8ff84e4 | |
parent | 125877a653d4333c6a67964138213a3849769550 (diff) |
Revert "Remove firefox related warning for chrome branch"
This reverts commit 125877a653d4333c6a67964138213a3849769550.
-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 5f011d0d..70ce4a9a 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -28,5 +28,10 @@ "fg/js/frame.js", "fg/ttf/kanji-stroke-orders.ttf", "fg/ttf/vl-gothic-regular.ttf" - ] + ], + "applications": { + "gecko": { + "id": "yomichan-gecko@example.com" + } + } } |