From 1c219c5b45e41c2a52e1e9bb70f92d473bad7ba4 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Tue, 1 Oct 2024 15:14:52 +0200 Subject: [PATCH] use transparent icon --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 7ff68a9..aca8174 100644 --- a/manifest.json +++ b/manifest.json @@ -4,8 +4,8 @@ "display": "standalone", "icons": [ { - "src": "favicon.ico", - "type": "image/vnd.microsoft.icon", + "src": "bbn48.png", + "type": "image/png", "sizes": "48x48" }, {