From cdf7d6a8f60d468128ad84c93330bb686cc34df4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Berson?= Date: Thu, 20 Jun 2019 12:29:10 +0200 Subject: [PATCH] fix icon size in manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 3cbee65..503896c 100644 --- a/manifest.json +++ b/manifest.json @@ -10,7 +10,7 @@ "description" : "Local sheriff is a reconnaissance tool in your browser for your data.", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "icons": { - "256": "icons/sheriff.png" + "128": "icons/sheriff.png" }, "browser_action": { "default_icon": "icons/sheriff-128x128.png"