diff options
author | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2023-12-21 13:19:43 +0100 |
---|---|---|
committer | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2023-12-21 13:19:43 +0100 |
commit | a8b623a7ff48d4f4698ae82a57dd5f554cde23e5 (patch) | |
tree | 5472f988d8d7163e98cbe00cd109d2d3e0fbe9b7 /src | |
parent | 5d264b8a8ee7813809ef6131be0037457b9cd1e4 (diff) |
Blacklist launcher app properly.
Prevent showing a self-link to the launcher app.
Change-Id: I315863c1301cd643b03724123ebf9844a016ca68
Diffstat (limited to 'src')
-rw-r--r-- | src/config.json | 4 |
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", |