From ab346408c904c7cde9f5155df8c5f3f9a7022e77 Mon Sep 17 00:00:00 2001 From: filifa Date: Mon, 15 Dec 2025 23:17:37 -0500 Subject: [PATCH] mark icon as maskable --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 07a9bd4..17afd69 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,8 @@ "icons": [ { "src": "icon.svg", - "sizes": "any" + "sizes": "any", + "purpose": "maskable", } ], "start_url": "/mcalc/index.html",