make the apps link open externally
[tricorder.git] / manifest.webapp
CommitLineData
4d78e168
RK
1{
2 "name": "Tricorder",
3 "description": "Display data from your device sensors in Star Trek style.",
4 "launch_path": "/index.html",
e3aad29f
RK
5 "permissions": {
6 "geolocation": {
7 "description": "Determine the global position to display in the tricorder."
8 }
9 },
4d78e168
RK
10 "developer": {
11 "name": "Robert Kaiser",
12 "url": "http://www.kairo.at/"
13 },
14 "icons": {
15 "16": "/style/tilex16.png",
16 "32": "/style/tilex32.png",
17 "48": "/style/tilex48.png",
18 "64": "/style/tilex64.png",
19 "128": "/style/tilex128.png"
20 }
21}