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
|
{
"apps": [
{
"id": "webapps-html5-launcher",
"icon": "fas fa-home"
},
{
"id": "webapps-dashboard",
"icon": "fas fa-car"
},
{
"id": "webapps-hvac",
"icon": "fas fa-thermometer-half"
},
{
"id": "webapps-mediaplayer",
"icon": "fas fa-music"
}
],
"background": "webapps-html5-background",
"launch": "webapps-html5-launcher",
"network": {
"bluetooth": "fab fa-bluetooth-b",
"ethernet": "fas fa-network-wired",
"wifi": "fas fa-wifi",
"p2p": "fas fa-laptop",
"cellular": "fas fa-mobile-alt"
}
}
|