blob: c336611532f03a8cc0b22bb52bc676a5cc2e42dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"black_list": [
"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",
"webapps-dashboard": "fas fa-car",
"webapps-mediaplayer": "fas fa-music"
}
}
|