X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=manifest.webapp;h=5cc246235ecdba0f2d2ce13eee03d2b1e613b047;hp=7d5d7b5bac554fa1af6442de072fe2a96ed0ec65;hb=dda551324c5d9402b8541db61f1fc13d54693802;hpb=3605105eff4be88e73dbfcf3e30fa82bff9abbd5 diff --git a/manifest.webapp b/manifest.webapp index 7d5d7b5..5cc2462 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/" @@ -11,9 +20,5 @@ "32": "/style/lanteaIcon32.png", "64": "/style/lanteaIcon64.png", "128": "/style/lanteaIcon128.png" - }, - "installs_allowed_from": [ - "https://apps-preview.mozilla.org", - "https://marketplace.mozilla.org" - ] -} \ No newline at end of file + } +}