From 4c56f80247c1f7586b8bd55d143fad21223c182f Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Tue, 18 Dec 2012 00:21:35 +0100 Subject: [PATCH] (Hopefully) make webapp manifest valid JSON again --- manifest.webapp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.35.3