From bd38ced467e231f464c2def0ff17046784ddb726 Mon Sep 17 00:00:00 2001 From: junior Date: Wed, 29 May 2024 13:49:01 -0400 Subject: [PATCH] Make start URL for manifest relative --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index fc96b35..7e74597 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,7 @@ "sizes": "192x192" } ], - "start_url": "/index.php", + "start_url": "index.php", "display": "fullscreen", "scope": "/" }