add action throbber icon
[lantea.git] / manifest.webapp
CommitLineData
8383f143 1{
753078ce 2 "name": "Lantea Maps",
3605105e 3 "description": "Display maps and record (GPS) tracks of your location.",
8383f143 4 "launch_path": "/index.html",
68bda880
RK
5 "appcache_path": "/manifest.appcache",
6 "permissions": {
7 "storage": {
8 "description": "Required for saving settings, tracks, and the tile cache.",
9 },
10 "geolocation": {
11 "description": "Required record tracks."
12 }
13 },
8383f143
RK
14 "developer": {
15 "name": "Robert Kaiser",
16 "url": "http://www.kairo.at/"
be2af6db 17 },
b395419b
RK
18 "icons": {
19 "16": "/style/lanteaIcon16.png",
20 "32": "/style/lanteaIcon32.png",
21 "64": "/style/lanteaIcon64.png",
22 "128": "/style/lanteaIcon128.png"
17967f7d 23 }
8383f143 24}