X-Git-Url: https://git-public.kairo.at/?p=tricorder.git;a=blobdiff_plain;f=manifest.webapp;h=ad2c18093e11261409846f4f1e8a638b062aa2d7;hp=b0661a8b6839ab549982d9f01c16e7ace33e177f;hb=bdfbab86ab3c17a41ab88de60a69427738661392;hpb=4d78e16847313268cf82208b000533d756b5ac41 diff --git a/manifest.webapp b/manifest.webapp index b0661a8..ad2c180 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/"