From 9eeb65286c9662f8865d629ef854d83a4cb3a6c1 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Mon, 28 Feb 2022 16:37:34 +0100 Subject: Use new name for launcher web service Replace the old naming for launcher with the new app id "launcher". Bug-AGL: SPEC-4250 Signed-off-by: Jose Dapena Paz Change-Id: I2cd23cf5eb01bf61e8f7c0916cade6a61624cf1e --- src/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/config.json b/src/config.json index 5001551..2500645 100644 --- a/src/config.json +++ b/src/config.json @@ -1,7 +1,7 @@ { "apps": [ { - "id": "webapps-html5-launcher", + "id": "launcher", "icon": "fas fa-home" }, { -- cgit 1.2.3-korg