From 1c056e7aecb2121a68f411ccc7e32039ebb63118 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sat, 4 Nov 2017 13:47:06 +0100 Subject: [PATCH 1/1] fix syntax of PWA manifest --- pwa.manifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", -- 2.35.3