From 5c9e060c508ab5ea49241d3a88f86075d6dc39cf Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Mon, 11 Apr 2022 11:56:55 +0200 Subject: Use appinfo.json instead of config.xml Bug-AGL: SPEC-4251 Change-Id: I3cbe81b26d6d664d43f1d2a7c146e4209a9c7237 Signed-off-by: Jose Dapena Paz --- src/appinfo.json | 17 +++++++++++++++++ src/config.xml | 14 -------------- 2 files changed, 17 insertions(+), 14 deletions(-) create mode 100644 src/appinfo.json delete mode 100644 src/config.xml (limited to 'src') diff --git a/src/appinfo.json b/src/appinfo.json new file mode 100644 index 0000000..a34542a --- /dev/null +++ b/src/appinfo.json @@ -0,0 +1,17 @@ +{ + "id": "homescreen", + "title": "Home screen", + "description": "HTML5 Homescreen demo", + "version": "1.0.0", + "vendor": "Igalia, S.L.", + "type": "web", + "main": "index.html", + "uiRevision": "2", + "icon": "icon.svg", + "surface": { + "role": "panel", + "panel_edge": "left", + "width": "218" + }, + "extensions": [ "agl_appservice" ] +} diff --git a/src/config.xml b/src/config.xml deleted file mode 100644 index c882d1f..0000000 --- a/src/config.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - Homescreen - - - HTML5 Homescreen demo - Igalia, S.L. - APL 2.0 - - - - - - -- cgit 1.2.3-korg