X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=manifest.webapp;h=5cc246235ecdba0f2d2ce13eee03d2b1e613b047;hp=f4475721540142f27e2f76662c5bb1aa2ba9d12e;hb=ac6286bd2c43fe4e522c5a1ab732902aa8935cbc;hpb=753078ce02b821c2ca9611306b2d055b11f18cfa diff --git a/manifest.webapp b/manifest.webapp index f447572..5cc2462 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -1,7 +1,16 @@ { "name": "Lantea Maps", - "description": "Mapping and tracking application", + "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://apps.mozilla.org" - ] -} \ No newline at end of file + } +}