Merge branch 'master' of linz:/srv/git/tricorder
[tricorder.git] / manifest.webapp
CommitLineData
4d78e168
RK
1{
2 "name": "Tricorder",
3 "description": "Display data from your device sensors in Star Trek style.",
f8e4d105 4 "version": "1.DVER",
4d78e168 5 "launch_path": "/index.html",
0c4c028b 6 "type": "privileged",
e3aad29f
RK
7 "permissions": {
8 "geolocation": {
0c4c028b 9 "description": "Determine the location in the position module."
5310b11c 10 },
bdfbab86
RK
11 "audio-capture": {
12 "description": "Capture microphone audio for the sound module."
0c4c028b
RK
13 },
14 "camera": {
15 "description": "Turn camera flash light on/off in environment module."
bdfbab86 16 }
e3aad29f 17 },
4d78e168
RK
18 "developer": {
19 "name": "Robert Kaiser",
20 "url": "http://www.kairo.at/"
21 },
22 "icons": {
23 "16": "/style/tilex16.png",
24 "32": "/style/tilex32.png",
25 "48": "/style/tilex48.png",
26 "64": "/style/tilex64.png",
27 "128": "/style/tilex128.png"
28 }
29}