also rename the JS object
[tricorder.git] / manifest.webapp
1 {
2   "name": "Tricorder",
3   "description": "Display data from your device sensors in Star Trek style.",
4   "launch_path": "/index.html",
5   "developer": {
6     "name": "Robert Kaiser",
7     "url": "http://www.kairo.at/"
8   },
9   "icons": {
10     "16": "/style/tilex16.png",
11     "32": "/style/tilex32.png",
12     "48": "/style/tilex48.png",
13     "64": "/style/tilex64.png",
14     "128": "/style/tilex128.png"
15   }
16 }