aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--com.luxoft.videoplayer/info.yaml10
-rw-r--r--com.luxoft.webbrowser/info.yaml9
-rw-r--r--com.pelagicore.camera/app/info.yaml13
-rw-r--r--com.pelagicore.parking/info.yaml9
-rw-r--r--com.pelagicore.webradio/info.yaml11
-rw-r--r--com.pelagicore.youtube/info.yaml9
6 files changed, 39 insertions, 22 deletions
diff --git a/com.luxoft.videoplayer/info.yaml b/com.luxoft.videoplayer/info.yaml
index 4d22d92..04cde29 100644
--- a/com.luxoft.videoplayer/info.yaml
+++ b/com.luxoft.videoplayer/info.yaml
@@ -1,12 +1,14 @@
formatVersion: 1
-formatType: am-application
+formatType: am-package
---
id: 'com.luxoft.videoplayer'
icon: 'icon.png'
-code: 'Main.qml'
-runtime: 'qml'
name:
en: 'Video Player'
+applications:
+ - id: 'com.luxoft.videoplayer'
+ code: 'Main.qml'
+ runtime: 'qml'
+
categories: [ 'other', 'widget' ]
-mimeTypes: [ 'x-scheme-handler/x-videoplayer' ]
diff --git a/com.luxoft.webbrowser/info.yaml b/com.luxoft.webbrowser/info.yaml
index 54ae9e8..aec0817 100644
--- a/com.luxoft.webbrowser/info.yaml
+++ b/com.luxoft.webbrowser/info.yaml
@@ -1,11 +1,14 @@
formatVersion: 1
-formatType: am-application
+formatType: am-package
---
id: 'com.luxoft.webbrowser'
icon: 'icon.png'
-code: 'Main.qml'
-runtime: 'qml'
name:
en: 'Web Browser'
+applications:
+ - id: 'com.luxoft.webbrowser'
+ code: 'Main.qml'
+ runtime: 'qml'
+
categories: [ 'productivity', 'widget' ]
diff --git a/com.pelagicore.camera/app/info.yaml b/com.pelagicore.camera/app/info.yaml
index 79b0391..a354fe0 100644
--- a/com.pelagicore.camera/app/info.yaml
+++ b/com.pelagicore.camera/app/info.yaml
@@ -1,13 +1,16 @@
formatVersion: 1
-formatType: am-application
+formatType: am-package
---
id: 'com.pelagicore.camera'
icon: 'icon.png'
-code: 'Camera.qml'
-runtime: 'qml'
-runtimeParameters:
- importPaths: [ 'imports' ]
name:
en: 'Camera'
+applications:
+- id: 'com.pelagicore.camera'
+ code: 'Camera.qml'
+ runtime: 'qml'
+ runtimeParameters:
+ importPaths: [ 'imports' ]
+
categories: [ 'app', 'widget' ]
diff --git a/com.pelagicore.parking/info.yaml b/com.pelagicore.parking/info.yaml
index 6f83d05..372322b 100644
--- a/com.pelagicore.parking/info.yaml
+++ b/com.pelagicore.parking/info.yaml
@@ -1,13 +1,16 @@
formatVersion: 1
-formatType: am-application
+formatType: am-package
---
id: 'com.pelagicore.parking'
icon: 'icon.png'
-code: 'Main.qml'
-runtime: 'qml'
name:
en: 'Parking'
de: 'Parking'
cs: 'Parking'
+applications:
+- id: 'com.pelagicore.parking'
+ code: 'Main.qml'
+ runtime: 'qml'
+
categories: [ 'other' ]
diff --git a/com.pelagicore.webradio/info.yaml b/com.pelagicore.webradio/info.yaml
index 326876d..94f32f3 100644
--- a/com.pelagicore.webradio/info.yaml
+++ b/com.pelagicore.webradio/info.yaml
@@ -1,13 +1,16 @@
formatVersion: 1
-formatType: am-application
+formatType: am-package
---
id: 'com.pelagicore.webradio'
icon: 'icon.png'
-code: 'Main.qml'
-runtime: 'qml'
-runtimeParameters: { importPaths: ['.'] }
name:
en: 'WebRadio'
de: 'WebRadio'
+applications:
+ - id: 'com.pelagicore.webradio'
+ code: 'Main.qml'
+ runtime: 'qml'
+ runtimeParameters: { importPaths: ['.'] }
+
categories: [ 'media' ]
diff --git a/com.pelagicore.youtube/info.yaml b/com.pelagicore.youtube/info.yaml
index de35fce..1718823 100644
--- a/com.pelagicore.youtube/info.yaml
+++ b/com.pelagicore.youtube/info.yaml
@@ -1,12 +1,15 @@
formatVersion: 1
-formatType: am-application
+formatType: am-package
---
id: 'com.pelagicore.youtube'
icon: 'icon.png'
-code: 'Browser.qml'
-runtime: 'qml'
name:
en: 'Youtube'
de: 'Youtube'
+applications:
+ - id: 'com.pelagicore.youtube'
+ code: 'Browser.qml'
+ runtime: 'qml'
+
categories: [ 'other' ]