From: Robert Kaiser Date: Mon, 17 Dec 2012 23:21:35 +0000 (+0100) Subject: (Hopefully) make webapp manifest valid JSON again X-Git-Tag: legacy-preGL~37 X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=commitdiff_plain;h=4c56f80247c1f7586b8bd55d143fad21223c182f (Hopefully) make webapp manifest valid JSON again --- diff --git a/manifest.webapp b/manifest.webapp index 6adaac1..5cc2462 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -5,7 +5,7 @@ "appcache_path": "/manifest.appcache", "permissions": { "storage": { - "description": "Required for saving settings, tracks, and the tile cache.", + "description": "Required for saving settings, tracks, and the tile cache." }, "geolocation": { "description": "Required record tracks." @@ -21,4 +21,4 @@ "64": "/style/lanteaIcon64.png", "128": "/style/lanteaIcon128.png" } -} \ No newline at end of file +}