From 34508c55503b4b7ac62ea7f2cddbbd65c49e3495 Mon Sep 17 00:00:00 2001 From: codebicycle Date: Tue, 3 Oct 2017 12:01:43 +0300 Subject: [PATCH] Remove browser_style from manifest file (closer to Chrome version) --- manifest.json | 1 - 1 file changed, 1 deletion(-) diff --git a/manifest.json b/manifest.json index 8e9128d..4342130 100644 --- a/manifest.json +++ b/manifest.json @@ -12,7 +12,6 @@ }, "permissions": [ "activeTab", "storage" ], "browser_action": { - "browser_style": true, "default_icon": { "19": "icons/icon19.png", "38": "icons/icon38.png",