(Hopefully) make webapp manifest valid JSON again
[lantea.git] / manifest.webapp
index b51cf3e0357e44583ccbca681cf575333e2036ab..5cc246235ecdba0f2d2ce13eee03d2b1e613b047 100644 (file)
@@ -1,7 +1,16 @@
 {
-  "name": "Lantea Map",
-  "description": "Mapping and tracking application",
+  "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/"
@@ -11,9 +20,5 @@
     "32": "/style/lanteaIcon32.png",
     "64": "/style/lanteaIcon64.png",
     "128": "/style/lanteaIcon128.png"
-  },
-  "installs_allowed_from": [
-    "https://apps-preview.mozilla.org",
-    "https://apps.mozilla.org"
-  ]
-}
\ No newline at end of file
+  }
+}