From 2388af05e112618c31d08bf4271148d3b72c9ada Mon Sep 17 00:00:00 2001 From: gorhill Date: Fri, 25 Aug 2017 10:31:15 -0400 Subject: [PATCH] fix http://forums.mozillazine.org/viewtopic.php?p=14763169#p14763169 --- platform/webext/manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/platform/webext/manifest.json b/platform/webext/manifest.json index 1687fae..7b0efa4 100644 --- a/platform/webext/manifest.json +++ b/platform/webext/manifest.json @@ -12,8 +12,7 @@ "browser_action": { "browser_style": false, "default_icon": { - "19": "img/browsericons/icon19.png", - "38": "img/browsericons/icon38.png" + "19": "img/browsericons/icon19-off.png" }, "default_title": "uMatrix", "default_popup": "popup.html"