From 081c60d30b7e021d469395385a604b8e870f9394 Mon Sep 17 00:00:00 2001 From: JoelS Date: Sun, 6 Aug 2017 12:57:43 +0800 Subject: [PATCH] Updating manifest to include new homepage tracking URL. Earlier URL would force refreshes or break the app entirely when used from homescreen. --- public/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/manifest.json b/public/manifest.json index fe6fcd3..0ceb823 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -50,7 +50,7 @@ "type": "image/png" } ], - "start_url": "/?utm_souce=homescreen", + "start_url": "/#/?utm_souce=homescreen", "display": "standalone", "orientation": "portrait", "theme_color": "#ffd54f",