X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=pwa.manifest;fp=pwa.manifest;h=7e408ee731c625033b22d86b95ccaa4921614ce6;hp=0000000000000000000000000000000000000000;hb=a1565de42b662fbe8565825aaf2e5619fbb29ac0;hpb=726dc90f430427523c554383267c8f336934fc3b diff --git a/pwa.manifest b/pwa.manifest new file mode 100644 index 0000000..7e408ee --- /dev/null +++ b/pwa.manifest @@ -0,0 +1,31 @@ +{ + "name": "Lantea Maps", + "short_name": "Lantea", + "description": "Display maps and record (GPS) tracks of your location.", + "start_url": "/", + "display": "standalone", + "background_color": "#CCCCCC", + "icons": { + "16": "/style/lanteaIcon16.png", + "32": "/style/lanteaIcon32.png", + "64": "/style/lanteaIcon64.png", + "128": "/style/lanteaIcon128.png" + }, + "icons": [{ + "src": "/style/lanteaIcon16.png", + "sizes": "16x16", + "type": "image/png" + }, { + "src": "/style/lanteaIcon32.png", + "sizes": "32x32", + "type": "image/png" + }, { + "src": "/style/lanteaIcon64.png", + "sizes": "64x64", + "type": "image/png" + }, { + "src": "/style/lanteaIcon128.png", + "sizes": "128x128", + "type": "image/png" + }] +}