diff options
author | Lorenzo Tilve <ltilve@igalia.com> | 2020-09-08 13:46:48 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-09-08 13:48:19 +0200 |
commit | a29b7037f97b4e142261b1f196ea99ef6e544e81 (patch) | |
tree | 6889aad66d42c2d8eb16f58be097abf80d7b6c95 | |
parent | a43bbf5073e3aa1404ac48fd4e3096bcf60ff0c6 (diff) |
Update ids of blacklisted apps on the launcherkoi_10.93.0koi_10.92.0koi_10.91.0koi/10.93.0koi/10.92.0koi/10.91.0jellyfish_9.99.4jellyfish/9.99.49.99.410.93.010.92.010.91.0
Bug-AGL: SPEC-3497
Signed-off-by: Lorenzo Tilve <ltilve@igalia.com>
Change-Id: I6211e1423251d8e7c10469fab60f3c72e4bdcd35
-rw-r--r-- | src/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.json b/src/config.json index c336611..7b4c3e0 100644 --- a/src/config.json +++ b/src/config.json @@ -1,6 +1,6 @@ { "black_list": [ - "webapps-html5-launcher@1.0", "homescreen@0.1", "webapps-html5-homescreen@1.0" + "webapps-html5-launcher", "webapps-html5-homescreen", "webapps-html5-background", "browser" ], "icons": { "webapps-aquarium": "fas fa-fish", |