resize canvas when app/window is being resized; add permission for audio capture...
[tricorder.git] / manifest.webapp
index b0661a8b6839ab549982d9f01c16e7ace33e177f..ad2c18093e11261409846f4f1e8a638b062aa2d7 100644 (file)
@@ -1,7 +1,16 @@
 {
   "name": "Tricorder",
   "description": "Display data from your device sensors in Star Trek style.",
+  "version": "1.DVER",
   "launch_path": "/index.html",
+  "permissions": {
+    "geolocation": {
+      "description": "Determine the global position to display in the tricorder."
+    }
+    "audio-capture": {
+      "description": "Capture microphone audio for the sound module."
+    }
+  },
   "developer": {
     "name": "Robert Kaiser",
     "url": "http://www.kairo.at/"