aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacobo Aragunde Pérez <jaragunde@igalia.com>2023-12-21 13:19:43 +0100
committerJacobo Aragunde Pérez <jaragunde@igalia.com>2023-12-21 13:19:43 +0100
commita8b623a7ff48d4f4698ae82a57dd5f554cde23e5 (patch)
tree5472f988d8d7163e98cbe00cd109d2d3e0fbe9b7
parent5d264b8a8ee7813809ef6131be0037457b9cd1e4 (diff)
Blacklist launcher app properly.
Prevent showing a self-link to the launcher app. Change-Id: I315863c1301cd643b03724123ebf9844a016ca68
-rw-r--r--src/config.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config.json b/src/config.json
index 55671b7..5449a08 100644
--- a/src/config.json
+++ b/src/config.json
@@ -1,6 +1,8 @@
{
"black_list": [
- "webapps-html5-launcher", "webapps-html5-homescreen", "webapps-html5-background"
+ "webapps-html5-launcher", "launcher",
+ "webapps-html5-homescreen",
+ "webapps-html5-background"
],
"icons": {
"webapps-aquarium": "fas fa-fish",