diff options
author | Jose Dapena Paz <jdapena@igalia.com> | 2022-02-28 16:37:34 +0100 |
---|---|---|
committer | Jose Dapena Paz <jdapena@igalia.com> | 2022-03-01 18:04:09 +0100 |
commit | 9eeb65286c9662f8865d629ef854d83a4cb3a6c1 (patch) | |
tree | 1a159be9bd09a249035172ef652193914d3dcb0d | |
parent | 8ad6b022196ec689eed08c0f3315a53723d4af0c (diff) |
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 <jdapena@igalia.com>
Change-Id: I2cd23cf5eb01bf61e8f7c0916cade6a61624cf1e
-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 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" }, { |