don't package appcache
[tricorder.git] / manifest.webapp
... / ...
CommitLineData
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 },
11 "developer": {
12 "name": "Robert Kaiser",
13 "url": "http://www.kairo.at/"
14 },
15 "icons": {
16 "16": "/style/tilex16.png",
17 "32": "/style/tilex32.png",
18 "48": "/style/tilex48.png",
19 "64": "/style/tilex64.png",
20 "128": "/style/tilex128.png"
21 }
22}