diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-07-05 22:31:15 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-07-05 22:31:15 -0700 |
commit | 125877a653d4333c6a67964138213a3849769550 (patch) | |
tree | a37b05dd370c9d4df61527c13185999602b60cd8 /ext/manifest.json | |
parent | 738db5c9617758dee7139034b7f1c26f7465035e (diff) |
Remove firefox related warning for chrome branch
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index 70ce4a9a..5f011d0d 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -28,10 +28,5 @@ "fg/js/frame.js", "fg/ttf/kanji-stroke-orders.ttf", "fg/ttf/vl-gothic-regular.ttf" - ], - "applications": { - "gecko": { - "id": "yomichan-gecko@example.com" - } - } + ] } |