add a permissions entry to the manifest
[tricorder.git] / manifest.webapp
index b0661a8b6839ab549982d9f01c16e7ace33e177f..e74b2580eaac2e0ef5c1b5eca112d02452e99561 100644 (file)
@@ -2,6 +2,11 @@
   "name": "Tricorder",
   "description": "Display data from your device sensors in Star Trek style.",
   "launch_path": "/index.html",
+  "permissions": {
+    "geolocation": {
+      "description": "Determine the global position to display in the tricorder."
+    }
+  },
   "developer": {
     "name": "Robert Kaiser",
     "url": "http://www.kairo.at/"