X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=manifest.webapp;h=5cc246235ecdba0f2d2ce13eee03d2b1e613b047;hp=ea23068fcb22bc4ec2c96128afc5b08819d43244;hb=ac6286bd2c43fe4e522c5a1ab732902aa8935cbc;hpb=17967f7dc1c7886c24c37503683d868cd3c55c8b diff --git a/manifest.webapp b/manifest.webapp index ea23068..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/" @@ -12,4 +21,4 @@ "64": "/style/lanteaIcon64.png", "128": "/style/lanteaIcon128.png" } -} \ No newline at end of file +}