echo the remove
[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",
e3aad29f
RK
6 "permissions": {
7 "geolocation": {
8 "description": "Determine the global position to display in the tricorder."
5310b11c 9 },
bdfbab86
RK
10 "audio-capture": {
11 "description": "Capture microphone audio for the sound module."
12 }
e3aad29f 13 },
4d78e168
RK
14 "developer": {
15 "name": "Robert Kaiser",
16 "url": "http://www.kairo.at/"
17 },
18 "icons": {
19 "16": "/style/tilex16.png",
20 "32": "/style/tilex32.png",
21 "48": "/style/tilex48.png",
22 "64": "/style/tilex64.png",
23 "128": "/style/tilex128.png"
24 }
25}