add arcgis world imagery
[lantea.git] / manifest.webapp
... / ...
CommitLineData
1{
2 "name": "Lantea Maps",
3 "description": "Display maps and record (GPS) tracks of your location.",
4 "launch_path": "/index.html",
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 },
14 "developer": {
15 "name": "Robert Kaiser",
16 "url": "http://www.kairo.at/"
17 },
18 "icons": {
19 "16": "/style/lanteaIcon16.png",
20 "32": "/style/lanteaIcon32.png",
21 "64": "/style/lanteaIcon64.png",
22 "128": "/style/lanteaIcon128.png"
23 }
24}