summaryrefslogtreecommitdiffstats
path: root/src/config.json
diff options
context:
space:
mode:
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>2019-10-14 22:53:54 +0200
committerLorenzo Tilve <ltilve@igalia.com>2020-02-04 19:12:47 +0100
commit28c5748eaa68759c9f88e81b120c2e514a8fe1a7 (patch)
tree135d3955575731b16df874969475a360c1176ae4 /src/config.json
parent8550205a77b07234c356ea9d0fa3c486fb0e042a (diff)
FUNCT Launch configured app on startup
Diffstat (limited to 'src/config.json')
-rw-r--r--src/config.json9
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",