From 68bda880be4ece5c4673a3aa18d8a8ffffd0b78f Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sun, 16 Dec 2012 15:56:34 +0100 Subject: [PATCH] add appcache to webapp manifest, add needed permissions. --- manifest.webapp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/manifest.webapp b/manifest.webapp index ea23068..6adaac1 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -2,6 +2,15 @@ "name": "Lantea Maps", "description": "Display maps and record (GPS) tracks of your location.", "launch_path": "/index.html", + "appcache_path": "/manifest.appcache", + "permissions": { + "storage": { + "description": "Required for saving settings, tracks, and the tile cache.", + }, + "geolocation": { + "description": "Required record tracks." + } + }, "developer": { "name": "Robert Kaiser", "url": "http://www.kairo.at/" -- 2.35.3