From 5f5f9aaed98a0f3890355a100f27f520eaac887d Mon Sep 17 00:00:00 2001 From: filifa Date: Mon, 15 Dec 2025 21:28:05 -0500 Subject: [PATCH] fix path --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index c70b191..35796d1 100644 --- a/manifest.json +++ b/manifest.json @@ -5,6 +5,6 @@ "src": "icon.svg" } ], - "start_url": "/index.html", + "start_url": "index.html", "display": "standalone" }