diff options
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/config.json b/src/config.json index 5a53010..b14744e 100644 --- a/src/config.json +++ b/src/config.json @@ -1,20 +1,20 @@ { "apps": [ { - "id": "webapps-mediaplayer", - "icon": "fas fa-music" - }, - { - "id": "webapps-hvac", - "icon": "fas fa-thermometer-half" + "id": "webapps-html5-launcher", + "icon": "fas fa-home" }, { "id": "navigation", "icon": "fas fa-location-arrow" }, { - "id": "webapps-html5-launcher", - "icon": "fas fa-home" + "id": "webapps-hvac", + "icon": "fas fa-thermometer-half" + }, + { + "id": "webapps-mediaplayer", + "icon": "fas fa-music" } ], "launch": "webapps-html5-launcher", |