diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-12-18 21:45:12 +0100 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 20:36:30 +0100 |
commit | 51e268c34ecfeb541c187f5a361c5c5baa76fbca (patch) | |
tree | 252ec4695f0069c4d6073ffcfc722e786091311a /src/config.json | |
parent | e54bb3ce8ee606fba0cb2ccf67d27cd41d614745 (diff) |
FUNCT Update launcher
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/src/config.json b/src/config.json index 1373f1e..e5f7d0e 100644 --- a/src/config.json +++ b/src/config.json @@ -1,5 +1,15 @@ { "black_list": [ - "webapps-html5-launcher@1.0", "homescreen@0.1" - ] + "webapps-html5-launcher@1.0", "homescreen@0.1", "webapps-html5-homescreen@1.0" + ], + "icons": { + "webapps-aquarium": "fas fa-fish", + "webapps-falling-blocks": "fas fa-cubes", + "webapps-mixer": "fas fa-volume-up", + "taskmanager": "fas fa-tasks", + "browser": "fab fa-chrome", + "webapps-hvac": "fas fa-thermometer-half", + "webapps-youtube": "fab fa-youtube", + "webapps-settings": "fas fa-cogs" + } } |