From 80d2eac33cf00a8b13afb84d9d242029db97c75b Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Wed, 6 Jul 2016 19:42:01 -0700 Subject: [PATCH] Revert "Remove firefox related warning for chrome branch" This reverts commit 125877a653d4333c6a67964138213a3849769550. --- ext/manifest.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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" + } + } }