diff options
author | Jose Dapena Paz <jdapena@igalia.com> | 2022-05-31 17:21:40 +0200 |
---|---|---|
committer | Jose Dapena Paz <jdapena@igalia.com> | 2022-05-31 17:22:29 +0200 |
commit | 48a4f02ac1415ee0c57807784c215c72e94eefd4 (patch) | |
tree | b6cdf9ec20ce20fd3f213a29d600747b5c7de478 /src/appinfo.json | |
parent | eb3049cbe8a3d22cc99429b90641e97203c9ac4d (diff) |
Use appinfo.json instead of config.xml
Bug-AGL: SPEC-4248, SPEC-4251
Signed-off-by: Jose Dapena Paz <jdapena@igalia.com>
Change-Id: Ic0714070f27e97af0917de445de4332a4f79f11c
Diffstat (limited to 'src/appinfo.json')
-rw-r--r-- | src/appinfo.json | 11 |
1 files changed, 11 insertions, 0 deletions
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" +} |