diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-10-08 12:25:16 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:12:47 +0100 |
commit | 168f29231cd8fa3b3c8f69f287c9523e67af0ef9 (patch) | |
tree | fcea6299c7a889bc0e1ead18f6d3907b2ff68aac /src/config.json | |
parent | 45df4d06ae64af40501dcec5a0424fab4490ab5c (diff) |
FUNCT Integrate header apps
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json new file mode 100644 index 0000000..6a68312 --- /dev/null +++ b/src/config.json @@ -0,0 +1,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" + } + ] +}
\ No newline at end of file |