From 4e5e59f6aa006a63bbb7f19a4c774fedc6adcdc5 Mon Sep 17 00:00:00 2001 From: filifa Date: Mon, 15 Dec 2025 23:25:12 -0500 Subject: [PATCH] add icon type --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index e788556..d6abddc 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,8 @@ { "src": "icon.svg", "sizes": "any", - "purpose": "maskable" + "purpose": "maskable", + "type": "image/svg+xml" } ], "start_url": "/mcalc/index.html",