From: Robert Kaiser Date: Sat, 4 Nov 2017 12:47:06 +0000 (+0100) Subject: fix syntax of PWA manifest X-Git-Tag: production~24 X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=commitdiff_plain;h=1c056e7aecb2121a68f411ccc7e32039ebb63118;hp=18af21fdd48adda5232d9a775439757b7f49e93e fix syntax of PWA manifest --- diff --git a/pwa.manifest b/pwa.manifest index c89bc9f..7e408ee 100644 --- a/pwa.manifest +++ b/pwa.manifest @@ -2,7 +2,7 @@ "name": "Lantea Maps", "short_name": "Lantea", "description": "Display maps and record (GPS) tracks of your location.", - "start_url": "/index.html", + "start_url": "/", "display": "standalone", "background_color": "#CCCCCC", "icons": { @@ -10,7 +10,7 @@ "32": "/style/lanteaIcon32.png", "64": "/style/lanteaIcon64.png", "128": "/style/lanteaIcon128.png" - } + }, "icons": [{ "src": "/style/lanteaIcon16.png", "sizes": "16x16",