-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathappinfo.json
More file actions
29 lines (29 loc) · 842 Bytes
/
appinfo.json
File metadata and controls
29 lines (29 loc) · 842 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
29
{
"id": "com.webos.app.enyo2sampler",
"version": "2.6.0-pre.1",
"vendor": "LGE-SVL",
"type": "web",
"main": "index.html",
"title": "Enyo 2 Sampler",
"icon": "icon.png",
"largeIcon": "largeIcon.png",
"iconColor": "#305b6e",
"transparent": false,
"visible": true,
"uiRevision": 2,
"resolutionIndependent": true,
"class": {
"hidden": false
},
"XonDeviceSource": {
"enyo": "$enyo-framework/2.5/enyo",
"lib/layout": "$enyo-framework/2.5/lib/layout",
"lib/moonstone": "$enyo-framework/2.5/lib/moonstone",
"lib/spotlight": "$enyo-framework/2.5/lib/spotlight",
"lib/enyo-webos": "$enyo-framework/2.5/lib/enyo-webos",
"lib/enyo-ilib": "$enyo-framework/2.5/lib/enyo-ilib"
},
"XenyoVersion": "2.5",
"containerJS": "build/app1.js",
"containerCSS": "build/app1.css"
}