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" }