diff options
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 |