resize canvas when app/window is being resized; add permission for audio capture...
[tricorder.git] / manifest.webapp
index e74b2580eaac2e0ef5c1b5eca112d02452e99561..ad2c18093e11261409846f4f1e8a638b062aa2d7 100644 (file)
@@ -1,11 +1,15 @@
 {
   "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",