forked from Cii/Hackathon-Number-1
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathappinfo.json
More file actions
28 lines (28 loc) · 770 Bytes
/
appinfo.json
File metadata and controls
28 lines (28 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"id": "com.webosroundup.relego",
"version": "0.3.3",
"vendor": "webOSroundup",
"vendorurl": "http://www.webOSroundup.com",
"type": "web",
"main": "index.html",
"title": "Relego",
"icon": "icon.png",
"noWindow": "true",
"smallicon": "icon32x32.png",
"splashBackground": "images/relegoSplash.png",
"copyright": "© Copyright 2010 webOSroundup",
"support": {
"url": "http://www.webOSroundup.com",
"email": {
"address": "[email protected]",
"subject": "App Support"
},
"resources": [
{
"type": "web",
"label": "Official Website",
"url": "http://www.webosroundup.com/"
}
]
}
}