From a29b7037f97b4e142261b1f196ea99ef6e544e81 Mon Sep 17 00:00:00 2001 From: Lorenzo Tilve Date: Tue, 8 Sep 2020 13:46:48 +0200 Subject: Update ids of blacklisted apps on the launcher Bug-AGL: SPEC-3497 Signed-off-by: Lorenzo Tilve Change-Id: I6211e1423251d8e7c10469fab60f3c72e4bdcd35 --- src/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit 1.2.3-korg