echo the remove
[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   "permissions": {
7     "geolocation": {
8       "description": "Determine the global position to display in the tricorder."
9     },
10     "audio-capture": {
11       "description": "Capture microphone audio for the sound module."
12     }
13   },
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 }