blob: 5a5301094863e5acc1cb371ffd5a0dc0d94f3a59 (
plain)
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
|
{
"apps": [
{
"id": "webapps-mediaplayer",
"icon": "fas fa-music"
},
{
"id": "webapps-hvac",
"icon": "fas fa-thermometer-half"
},
{
"id": "navigation",
"icon": "fas fa-location-arrow"
},
{
"id": "webapps-html5-launcher",
"icon": "fas fa-home"
}
],
"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"
}
}
|