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