diff options
author | Roger Zanoni <rzanoni@igalia.com> | 2021-04-22 13:20:55 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2021-05-25 15:55:07 +0200 |
commit | 2845e8427f82862db4302a3355f0444f47e44b40 (patch) | |
tree | 53138165d0295c5e7a498a23419b28e0e902b2c5 | |
parent | 2b3408317567c38fdc133a5a32aae4ff4ccd331d (diff) |
Remove browser from blocked apps listkoi_11.0.5koi_11.0.4koi_11.0.3koi_11.0.2koi/11.0.5koi/11.0.4koi/11.0.3koi/11.0.211.0.511.0.411.0.311.0.2koi
Bug-AGL: SPEC-3830
Signed-off-by: Roger Zanoni <rzanoni@igalia.com>
Change-Id: I6bf5689c2b73b676c70cec4a09d74b17ed36d486
-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 7b4c3e0..55671b7 100644 --- a/src/config.json +++ b/src/config.json @@ -1,6 +1,6 @@ { "black_list": [ - "webapps-html5-launcher", "webapps-html5-homescreen", "webapps-html5-background", "browser" + "webapps-html5-launcher", "webapps-html5-homescreen", "webapps-html5-background" ], "icons": { "webapps-aquarium": "fas fa-fish", |