remove handling of touch IDs and just use first target touch item
[lantea.git] / manifest.webapp
index ea23068fcb22bc4ec2c96128afc5b08819d43244..5cc246235ecdba0f2d2ce13eee03d2b1e613b047 100644 (file)
@@ -2,6 +2,15 @@
   "name": "Lantea Maps",
   "description": "Display maps and record (GPS) tracks of your location.",
   "launch_path": "/index.html",
+  "appcache_path": "/manifest.appcache",
+  "permissions": {
+    "storage": {
+      "description": "Required for saving settings, tracks, and the tile cache."
+    },
+    "geolocation": {
+      "description": "Required record tracks."
+    }
+  },
   "developer": {
     "name": "Robert Kaiser",
     "url": "http://www.kairo.at/"
@@ -12,4 +21,4 @@
     "64": "/style/lanteaIcon64.png",
     "128": "/style/lanteaIcon128.png"
   }
-}
\ No newline at end of file
+}