X-Git-Url: https://git-public.kairo.at/?p=tricorder.git;a=blobdiff_plain;f=manifest.webapp;h=29c1c1825b4bf3ab360cbe309ef86becab2912ec;hp=b0661a8b6839ab549982d9f01c16e7ace33e177f;hb=5310b11c26de80165426017f07ca28961c0f7d75;hpb=4d78e16847313268cf82208b000533d756b5ac41;ds=sidebyside diff --git a/manifest.webapp b/manifest.webapp index b0661a8..29c1c18 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -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/"