blob: a3069e1682dd7279f7528d4ed3ab9896a61a2e7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"id": "launcherImageExample",
"name": "Image Gallery Example",
"description": "Example launcher plugin demonstrating tile mode with images",
"version": "1.0.0",
"author": "DMS Team",
"icon": "photo_library",
"type": "launcher",
"trigger": "img",
"viewMode": "tile",
"viewModeEnforced": true,
"component": "./LauncherImageExample.qml",
"permissions": []
}
|