From 68cfd74cf42a9a9786ed142d03d199a4d64d8860 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Tue, 31 May 2022 15:56:42 +0200 Subject: Use appinfo.json instead of config.xml Bug-AGL: SPEC-4248, SPEC-4251 Signed-off-by: Jose Dapena Paz Change-Id: I207035040d4337098baa236af9e35bfc0435aa6d --- src/appinfo.json | 11 +++++++++++ src/config.xml | 21 --------------------- 2 files changed, 11 insertions(+), 21 deletions(-) create mode 100644 src/appinfo.json delete mode 100644 src/config.xml diff --git a/src/appinfo.json b/src/appinfo.json new file mode 100644 index 0000000..22fbe2a --- /dev/null +++ b/src/appinfo.json @@ -0,0 +1,11 @@ +{ + "id": "webapps-mediaplayer", + "title": "MEDIA PLAYER", + "description": "HTML5 media player 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 748c83a..0000000 --- a/src/config.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - MEDIAPLAYER - - - HTML5 Mediaplayer demo - Igalia, S.L. - APL 2.0 - - - - - - - - - - - - - -- cgit 1.2.3-korg