Commit | Line | Data |
---|---|---|
18af21fd RK |
1 | { |
2 | "name": "Lantea Maps", | |
3 | "short_name": "Lantea", | |
4 | "description": "Display maps and record (GPS) tracks of your location.", | |
1c056e7a | 5 | "start_url": "/", |
18af21fd RK |
6 | "display": "standalone", |
7 | "background_color": "#CCCCCC", | |
8 | "icons": { | |
9 | "16": "/style/lanteaIcon16.png", | |
10 | "32": "/style/lanteaIcon32.png", | |
11 | "64": "/style/lanteaIcon64.png", | |
12 | "128": "/style/lanteaIcon128.png" | |
1c056e7a | 13 | }, |
18af21fd RK |
14 | "icons": [{ |
15 | "src": "/style/lanteaIcon16.png", | |
16 | "sizes": "16x16", | |
17 | "type": "image/png" | |
18 | }, { | |
19 | "src": "/style/lanteaIcon32.png", | |
20 | "sizes": "32x32", | |
21 | "type": "image/png" | |
22 | }, { | |
23 | "src": "/style/lanteaIcon64.png", | |
24 | "sizes": "64x64", | |
25 | "type": "image/png" | |
26 | }, { | |
27 | "src": "/style/lanteaIcon128.png", | |
28 | "sizes": "128x128", | |
29 | "type": "image/png" | |
30 | }] | |
31 | } |