From 1f2eba7c64b20ef7753606edbe5afb6078334963 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Tue, 31 May 2022 19:56:05 +0200 Subject: html5-aquarium, html5-youtube added Added two web demos (WebGL aquarium and Youtube launcher). Bug-AGL: SPEC-4392, SPEC-4248 Change-Id: I3e1e7a098d432d5d1c8de4640780ef05abf0e9f2 Signed-off-by: Jose Dapena Paz --- recipes-demo/webapp-samples/files/webapps-aquarium.desktop | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes-demo/webapp-samples/files/webapps-aquarium.desktop (limited to 'recipes-demo/webapp-samples/files/webapps-aquarium.desktop') diff --git a/recipes-demo/webapp-samples/files/webapps-aquarium.desktop b/recipes-demo/webapp-samples/files/webapps-aquarium.desktop new file mode 100644 index 00000000..49ae05a5 --- /dev/null +++ b/recipes-demo/webapp-samples/files/webapps-aquarium.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Name=HTML5 Aquarium +Comment=Aquarium +GenericName=Aquarium +Exec=/usr/bin/WebAppMgr --appid=webapps-aquarium --app-install-dir=/usr/lib/wam_apps/html5-aquarium/ +Icon=settings +Terminal=false +Type=Application +Categories=System; +StartupNotify=true -- cgit 1.2.3-korg