add Environment module with light and proximity sensors as well as untested and unsty...
[tricorder.git] / manifest.webapp
1 {
2   "name": "Tricorder",
3   "description": "Display data from your device sensors in Star Trek style.",
4   "version": "1.DVER",
5   "launch_path": "/index.html",
6   "type": "privileged",
7   "permissions": {
8     "geolocation": {
9       "description": "Determine the location in the position module."
10     },
11     "audio-capture": {
12       "description": "Capture microphone audio for the sound module."
13     },
14     "camera": {
15       "description": "Turn camera flash light on/off in environment module."
16     }
17   },
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 }