summaryrefslogtreecommitdiffstats
path: root/tests/main/builtin-apps/hello-world.red/info.yaml
blob: fa52180e26b662b4754deff92997e778f80300f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
formatVersion: 1
formatType: am-package
---
id:      'hello-world.red'
icon:    'icon.png'
name:
  en: 'Hello Red'

applications:
- id: red1
  runtime: 'qml'
  code:    'main.qml'

- id: red2
  runtime: 'qml'
  code:    'main2.qml'

intents:
- id: red.intent1
  handlingApplicationId: red1
  categories: [ launcher, one ]
- id: red.intent2
  handlingApplicationId: red2
  categories: [ launcher, two ]