aboutsummaryrefslogtreecommitdiffstats
path: root/com.luxoft.webbrowser/info.yaml
diff options
context:
space:
mode:
authorLukáš Tinkl <lukas@kde.org>2019-11-21 13:49:40 +0100
committerLukáš Tinkl <ltinkl@luxoft.com>2019-11-22 09:05:48 +0000
commit02118d951ca82d114b29c791848ff02e07b27372 (patch)
treefa8b6384e988987809a6ab50f0eff4d0f62cfa00 /com.luxoft.webbrowser/info.yaml
parentcee862cf1b3c9788a3cd71a6bf3b97a2b4022447 (diff)
[webbrowser] implement a sample web browser app
based on Qt WebEngine Change-Id: I58ecd3c40e0d3da0cf3424cf57542f7b1dfb7dc4 Reviewed-by: Georg Leugner <gleugner@luxoft.com>
Diffstat (limited to 'com.luxoft.webbrowser/info.yaml')
-rw-r--r--com.luxoft.webbrowser/info.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/com.luxoft.webbrowser/info.yaml b/com.luxoft.webbrowser/info.yaml
new file mode 100644
index 0000000..54ae9e8
--- /dev/null
+++ b/com.luxoft.webbrowser/info.yaml
@@ -0,0 +1,11 @@
+formatVersion: 1
+formatType: am-application
+---
+id: 'com.luxoft.webbrowser'
+icon: 'icon.png'
+code: 'Main.qml'
+runtime: 'qml'
+name:
+ en: 'Web Browser'
+
+categories: [ 'productivity', 'widget' ]