summaryrefslogtreecommitdiffstats
path: root/recipes-demo/webapp-samples/files
diff options
context:
space:
mode:
authorJose Dapena Paz <jdapena@igalia.com>2022-05-31 19:56:05 +0200
committerJose Dapena Paz <jdapena@igalia.com>2022-07-19 20:30:37 +0200
commit1f2eba7c64b20ef7753606edbe5afb6078334963 (patch)
treed4904895600bdede5bb9eafd5a00f50a125a626e /recipes-demo/webapp-samples/files
parent08977ac24f2d31b0955786824c9ff62eff981ee9 (diff)
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 <jdapena@igalia.com>
Diffstat (limited to 'recipes-demo/webapp-samples/files')
-rw-r--r--recipes-demo/webapp-samples/files/webapps-aquarium.desktop11
-rw-r--r--recipes-demo/webapp-samples/files/webapps-youtube.desktop11
2 files changed, 22 insertions, 0 deletions
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
diff --git a/recipes-demo/webapp-samples/files/webapps-youtube.desktop b/recipes-demo/webapp-samples/files/webapps-youtube.desktop
new file mode 100644
index 00000000..71faa0f6
--- /dev/null
+++ b/recipes-demo/webapp-samples/files/webapps-youtube.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Name=HTML5 YouTube
+Comment=YouTube
+GenericName=YouTube
+Exec=/usr/bin/WebAppMgr --appid=webapps-youtube --app-install-dir=/usr/lib/wam_apps/html5-youtube/
+Icon=settings
+Terminal=false
+Type=Application
+Categories=System;
+StartupNotify=true