From 44266e508bb7179a4339b98ecf5966b57294c660 Mon Sep 17 00:00:00 2001 From: Ajay Date: Thu, 26 May 2022 15:56:21 -0400 Subject: [PATCH] Another fix for firefox addon icon --- manifest/manifest.json | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/manifest/manifest.json b/manifest/manifest.json index 46ec4eb7..7bb8af26 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -68,8 +68,31 @@ "default_icon": { "16": "icons/IconSponsorBlocker16px.png", "32": "icons/IconSponsorBlocker32px.png", - "64": "icons/LogoSponsorBlocker64px.png" - } + "64": "icons/LogoSponsorBlocker64px.png", + "128": "icons/LogoSponsorBlocker128px.png" + }, + "theme_icons": [ + { + "light": "icons/IconSponsorBlocker16px.png", + "dark": "icons/IconSponsorBlocker16px.png", + "size": 16 + }, + { + "light": "icons/IconSponsorBlocker32px.png", + "dark": "icons/IconSponsorBlocker32px.png", + "size": 32 + }, + { + "light": "icons/LogoSponsorBlocker64px.png", + "dark": "icons/LogoSponsorBlocker64px.png", + "size": 64 + }, + { + "light": "icons/LogoSponsorBlocker128px.png", + "dark": "icons/LogoSponsorBlocker128px.png", + "size": 128 + } + ] }, "background": { "scripts":[