diff options
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/config.json b/src/config.json index 930da03..9de1cd2 100644 --- a/src/config.json +++ b/src/config.json @@ -1,10 +1,6 @@ { "apps": [ { - "id": "launcher", - "icon": "icon icon-home" - }, - { "id": "mediaplayer", "icon": "icon icon-music" }, @@ -15,8 +11,13 @@ { "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", |