From: Jose Dapena Paz Date: Tue, 31 May 2022 15:21:40 +0000 (+0200) Subject: Use appinfo.json instead of config.xml X-Git-Tag: 13.93.0~3 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=48a4f02ac1415ee0c57807784c215c72e94eefd4;p=apps%2Fhtml5-mixer.git Use appinfo.json instead of config.xml Bug-AGL: SPEC-4248, SPEC-4251 Signed-off-by: Jose Dapena Paz Change-Id: Ic0714070f27e97af0917de445de4332a4f79f11c --- diff --git a/src/appinfo.json b/src/appinfo.json new file mode 100644 index 0000000..26d9191 --- /dev/null +++ b/src/appinfo.json @@ -0,0 +1,11 @@ +{ + "id": "webapps-mixer", + "title": "MIXER", + "description": "HTML5 MIXER demo", + "version": "0.0.0", + "vendor": "Igalia, S.L.", + "type": "web", + "main": "index.html", + "uiRevision": "2", + "icon": "icon.svg" +} diff --git a/src/config.xml b/src/config.xml deleted file mode 100644 index 38d336d..0000000 --- a/src/config.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - MIXER - - - HTML5 MIXER demo - Igalia, S.L. - APL 2.0 - - - - - - - - - - - - - -