From 1c429a285380e79a624cd8555f717bfa30e49f3a Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Fri, 15 Dec 2017 20:52:59 +0000 Subject: [PATCH] updated manifest stuff --- src/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 9cb2e0d..4bb58c5 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,5 +1,6 @@ { "name": "Train Times", + "short_name": "Train Times", "icons": [ { "src": "/img/android-chrome-192x192.png", @@ -9,7 +10,7 @@ ], "theme_color": "#ffffff", "background_color": "#ffffff", - "start_url": "/index.html", - "imgdisplay": "standalone", + "start_url": ".", + "imgdisplay": "standalone", "display": "standalone" }