From 85053cbf97266ad4de56d38ef20d08d0bbe5b618 Mon Sep 17 00:00:00 2001 From: filifa Date: Mon, 15 Dec 2025 21:57:41 -0500 Subject: [PATCH] add sizes --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index ba43561..161038f 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,8 @@ "id": "/mcalc", "icons": [ { - "src": "icon.svg" + "src": "icon.svg", + "sizes": "192x192 512x512" } ], "start_url": "/mcalc/index.html",