diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-10-14 22:53:54 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:12:47 +0100 |
commit | 28c5748eaa68759c9f88e81b120c2e514a8fe1a7 (patch) | |
tree | 135d3955575731b16df874969475a360c1176ae4 /src/config.json | |
parent | 8550205a77b07234c356ea9d0fa3c486fb0e042a (diff) |
FUNCT Launch configured app on startup
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", |