From e6f0259d4a736a264917ef7b11a9a515e576d4b7 Mon Sep 17 00:00:00 2001 From: ris58h Date: Sun, 1 Jul 2018 11:51:26 +0300 Subject: [PATCH] Remove unnecessary browser_action. --- manifest.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/manifest.json b/manifest.json index 765b570..550a425 100644 --- a/manifest.json +++ b/manifest.json @@ -18,9 +18,6 @@ "icons": { "128": "icon.png" }, - "browser_action": { - "default_icon": "icon.png" - }, "permissions": [ "storage", "https://*/*" ],