From 9a629275f2a239f3e6fff0b400ce2adb70c144e2 Mon Sep 17 00:00:00 2001 From: Or Forshmit <162809292+OrF8@users.noreply.github.com> Date: Tue, 24 Mar 2026 19:20:15 +0200 Subject: [PATCH 1/3] Add purpose attribute to icon entries in manifest --- manifest.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index d2f46a3..f824281 100644 --- a/manifest.json +++ b/manifest.json @@ -10,12 +10,14 @@ { "src": "icons/icon-192.png", "sizes": "192x192", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" }, { "src": "icons/icon-512.png", "sizes": "512x512", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" } ] -} \ No newline at end of file +} From 7e0ca1e78d2fa173a83c1c014dc903fa6d910f2e Mon Sep 17 00:00:00 2001 From: Or Forshmit <162809292+OrF8@users.noreply.github.com> Date: Tue, 24 Mar 2026 19:21:35 +0200 Subject: [PATCH 2/3] Update icons From c210392598c27314f0abdc6176cabbe5d1c7fb4d Mon Sep 17 00:00:00 2001 From: Or Forshmit <162809292+OrF8@users.noreply.github.com> Date: Tue, 24 Mar 2026 19:23:06 +0200 Subject: [PATCH 3/3] Update icons