From a6e3ea37374a09443639cc9a69c4b9e4c4bba2d2 Mon Sep 17 00:00:00 2001 From: filifa Date: Mon, 15 Dec 2025 21:52:27 -0500 Subject: [PATCH] try changing start_url --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index d7be1e7..ba43561 100644 --- a/manifest.json +++ b/manifest.json @@ -8,6 +8,6 @@ "src": "icon.svg" } ], - "start_url": "index.html", + "start_url": "/mcalc/index.html", "display": "standalone" }