From 0ab61c300757640dba870ac1b19cd313bbb57d61 Mon Sep 17 00:00:00 2001 From: filifa Date: Mon, 15 Dec 2025 23:14:05 -0500 Subject: [PATCH] set svg size to any --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 161038f..07a9bd4 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "icons": [ { "src": "icon.svg", - "sizes": "192x192 512x512" + "sizes": "any" } ], "start_url": "/mcalc/index.html",