aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.json
blob: 6a683124e1d88a50fcebf44e1d39bc290513ee9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "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"
        }
    ]
}