From 7f3038e5efb5fed78457a5855560a3ae8912f783 Mon Sep 17 00:00:00 2001 From: Roger Zanoni Date: Wed, 9 Nov 2022 14:31:36 +0100 Subject: Restore webapp samples The desktop files aren't used anymore, change the recipes to use appinfo.json instead. Bug-AGL: SPEC-4605 Signed-off-by: Roger Zanoni Change-Id: Ie03aef155217f59bb6363f18b2781adbacc93786 --- recipes-demo/webapp-samples/files/appinfo-jitsi.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes-demo/webapp-samples/files/appinfo-jitsi.json (limited to 'recipes-demo/webapp-samples/files/appinfo-jitsi.json') diff --git a/recipes-demo/webapp-samples/files/appinfo-jitsi.json b/recipes-demo/webapp-samples/files/appinfo-jitsi.json new file mode 100644 index 00000000..f5e1d808 --- /dev/null +++ b/recipes-demo/webapp-samples/files/appinfo-jitsi.json @@ -0,0 +1,11 @@ +{ + "id": "webapps-jitsi", + "title": "Jitsi", + "description": "HTML5 Jitsi sample", + "version": "0.0.0", + "vendor": "Igalia, S.L.", + "type": "web", + "main": "index.html", + "uiRevision": "2", + "icon": "icon.svg" +} -- cgit 1.2.3-korg