summaryrefslogtreecommitdiff
path: root/examples/applicationmanager/launch-intents/apps/launch-intents.red/info.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/applicationmanager/launch-intents/apps/launch-intents.red/info.yaml')
-rw-r--r--examples/applicationmanager/launch-intents/apps/launch-intents.red/info.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/examples/applicationmanager/launch-intents/apps/launch-intents.red/info.yaml b/examples/applicationmanager/launch-intents/apps/launch-intents.red/info.yaml
new file mode 100644
index 00000000..25ba4d96
--- /dev/null
+++ b/examples/applicationmanager/launch-intents/apps/launch-intents.red/info.yaml
@@ -0,0 +1,23 @@
+formatVersion: 1
+formatType: am-package
+---
+id: 'launch-intents.red'
+icon: 'icon.png'
+name:
+ en: 'Red App'
+
+applications:
+- id: launch-intents.red
+ runtime: 'qml'
+ code: 'main.qml'
+
+intents:
+- id: launch
+ name:
+ en: 'Launch Red'
+ categories: [ launcher ]
+
+- id: another-launch
+ name:
+ en: 'Launch Another Red'
+ categories: [ launcher ]