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