add a permissions entry to the manifest
authorRobert Kaiser <kairo@kairo.at>
Sat, 22 Dec 2012 17:08:59 +0000 (18:08 +0100)
committerRobert Kaiser <kairo@kairo.at>
Sat, 22 Dec 2012 17:08:59 +0000 (18:08 +0100)
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",
   "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/"
   "developer": {
     "name": "Robert Kaiser",
     "url": "http://www.kairo.at/"