aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.json
blob: 930da03757d74bfefc4cc31a0d1bdaef23abb75c (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
{
    "apps": [
        {
            "id": "launcher",
            "icon": "icon icon-home"
        },
        {
            "id": "mediaplayer",
            "icon": "icon icon-music"
        },
        {
            "id": "hvac",
            "icon": "icon icon-thermometer"
        },
        {
            "id": "navigation",
            "icon": "icon icon-location"
        }
    ],
    "network": {
        "bluetooth": "icon-bluetooth",
        "ethernet": "icon-ethernet",
        "wifi": "icon-wifi",
        "p2p": "icon-p2p",
        "cellular": "icon-signal"
    }
}