X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=manifest.webapp;h=5cc246235ecdba0f2d2ce13eee03d2b1e613b047;hp=d3cc356c7670ae514aea8fdb23c414198d837d37;hb=362a6833c5e41dc0d006667b4ef8bb15d898dc4b;hpb=2787ec261034f616df844c13236f33da23b81439 diff --git a/manifest.webapp b/manifest.webapp index d3cc356..5cc2462 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -1,13 +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://apps-preview.mozilla.org", - "https://apps.mozilla.org" - ] -} \ No newline at end of file + "icons": { + "16": "/style/lanteaIcon16.png", + "32": "/style/lanteaIcon32.png", + "64": "/style/lanteaIcon64.png", + "128": "/style/lanteaIcon128.png" + } +}