X-Git-Url: https://git-public.kairo.at/?p=tricorder.git;a=blobdiff_plain;f=manifest.webapp;h=17479a3a0290c671c722114d7f76f69764d815c6;hp=b0661a8b6839ab549982d9f01c16e7ace33e177f;hb=f4970fbf5784b47d966b8d159eb1b5421e8b6977;hpb=4d78e16847313268cf82208b000533d756b5ac41 diff --git a/manifest.webapp b/manifest.webapp index b0661a8..17479a3 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -1,7 +1,20 @@ { "name": "Tricorder", "description": "Display data from your device sensors in Star Trek style.", + "version": "1.DVER", "launch_path": "/index.html", + "type": "privileged", + "permissions": { + "geolocation": { + "description": "Determine the location in the position module." + }, + "audio-capture": { + "description": "Capture microphone audio for the sound module." + }, + "camera": { + "description": "Turn camera flash light on/off in environment module." + } + }, "developer": { "name": "Robert Kaiser", "url": "http://www.kairo.at/"