X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=manifest.webapp;h=f4475721540142f27e2f76662c5bb1aa2ba9d12e;hp=981779bb644ddcc296b627e7d96521f3b6563d46;hb=c13d4d7a7fc3e7c9c45c553c346665aef5225778;hpb=8383f143c221b9f0faf29aea7b5ac3e0d0aabaae;ds=sidebyside diff --git a/manifest.webapp b/manifest.webapp index 981779b..f447572 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -1,9 +1,19 @@ { - "name": "Lantea", - "description": "geologger", + "name": "Lantea Maps", + "description": "Mapping and tracking application", "launch_path": "/index.html", "developer": { "name": "Robert Kaiser", "url": "http://www.kairo.at/" - } + }, + "icons": { + "16": "/style/lanteaIcon16.png", + "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