From aca13d19f4ff9baa88b58700601607b25a1bb647 Mon Sep 17 00:00:00 2001 From: RayMeOut Date: Sun, 14 Jun 2026 15:23:21 +0200 Subject: [PATCH] fix: launch PWA at "/" so DEFAULT_HOMEPAGE is respected --- public/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/manifest.json b/public/manifest.json index 7bbecfce..dc4e99e7 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -28,7 +28,7 @@ ], "theme_color": "#030711", "background_color": "#030711", - "start_url": "/balances", + "start_url": "/", "display": "standalone", "orientation": "portrait", "screenshots": [