From a87064ce386a95dab4b6134f6a2869f6fcb8eadd Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Thu, 17 Jan 2019 19:48:47 +0000 Subject: [PATCH] use dark-coloured icon by default Thanks to Arnaud Rebillout --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 8f233a4..b48868e 100644 --- a/manifest.json +++ b/manifest.json @@ -19,7 +19,7 @@ ], "browser_action": { "browser_style": true, - "default_icon": "icons/icedeb-addon-light.svg", + "default_icon": "icons/icedeb-addon-dark.svg", "default_title": "Query Debian websites", "default_popup": "icedeb.html", "theme_icons": [ -- 2.39.2