X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=manifest.webapp;h=6adaac1857f2de8b8549aa673b8599e1a403f6c6;hp=7a21f0aed0c9a8daa0f09997a76c856f47d17aa1;hb=68bda880be4ece5c4673a3aa18d8a8ffffd0b78f;hpb=be2af6db0ce5060cc902125f9255852cafa9d9a9 diff --git a/manifest.webapp b/manifest.webapp index 7a21f0a..6adaac1 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -1,12 +1,24 @@ { - "name": "Lantea", - "description": "geologger", + "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/" }, - "installs_allowed_from": [ - "https://appstore.mozillalabs.com" - ] + "icons": { + "16": "/style/lanteaIcon16.png", + "32": "/style/lanteaIcon32.png", + "64": "/style/lanteaIcon64.png", + "128": "/style/lanteaIcon128.png" + } } \ No newline at end of file