aboutsummaryrefslogtreecommitdiffstats
path: root/app/info.yaml
blob: f869f1927728c5bafcfd18e13e9cd7a892c6c18f (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:      'com.luxoft.alexa'
icon:    'icon.png'
name:
  en: 'Alexa'
  de: 'Alexa'

applications:
  - id:      'com.luxoft.alexa'
    runtime: qml
    code:    main.qml
    runtimeParameters:
      importPaths: [ '.' , "./imports"]
    applicationProperties:
      private:
        # log level: 'none', 'critical', 'error', 'warning', 'info', 'debug0' .. 'debug9'
        logLevel: 'warning'

categories: [ 'other' ]
intents:
- id: activate-app
- id: trigger-voiceassistant