From 125877a653d4333c6a67964138213a3849769550 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 5 Jul 2016 22:31:15 -0700 Subject: [PATCH] Remove firefox related warning for chrome branch --- ext/manifest.json | 7 +------ 1 file changed, 1 insertion(+), 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" - } - } + ] }