From 0910e60bee50c69dbc05808a31dad911ac57ddfd Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Sun, 5 Jan 2020 21:46:14 -0500 Subject: [PATCH] Fixed #211 - iOS Add to Home Screen not working Manifest was pointing to app.beestat.io/dashboard, which is not valid. Only beestat.io/dashboard is as a legacy option. Set to be simply app.beestat.io. --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 3d14487..724afda 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "sizes": "36x36 48x48 72x72 96x96 128x128 144x144 192x192 256x256 512x512" } ], - "start_url": "/dashboard", + "start_url": "/", "display": "standalone", "background_color": "#37474f", "theme_color": "#37474f"