aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.json
blob: b14744e8d471c3e299ca2d029aadb7ed5130ab0c (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-html5-launcher",
            "icon": "fas fa-home"
        },
        {
            "id": "navigation",
            "icon": "fas fa-location-arrow"
        },
        {
            "id": "webapps-hvac",
            "icon": "fas fa-thermometer-half"
        },
        {
            "id": "webapps-mediaplayer",
            "icon": "fas fa-music"
        }
    ],
    "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"
    }
}