updated manifest stuff

This commit is contained in:
Martin Donnelly 2017-12-15 20:52:59 +00:00
parent f7ab09f3c7
commit 1c429a2853

View File

@ -1,5 +1,6 @@
{ {
"name": "Train Times", "name": "Train Times",
"short_name": "Train Times",
"icons": [ "icons": [
{ {
"src": "/img/android-chrome-192x192.png", "src": "/img/android-chrome-192x192.png",
@ -9,7 +10,7 @@
], ],
"theme_color": "#ffffff", "theme_color": "#ffffff",
"background_color": "#ffffff", "background_color": "#ffffff",
"start_url": "/index.html", "start_url": ".",
"imgdisplay": "standalone", "imgdisplay": "standalone",
"display": "standalone" "display": "standalone"
} }