mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-06 05:25:41 -05:00
18 lines
502 B
JSON
18 lines
502 B
JSON
{
|
|
"id": "launcherExample",
|
|
"name": "LauncherExample",
|
|
"description": "Example launcher plugin demonstrating the launcher plugin system",
|
|
"version": "1.0.0",
|
|
"author": "DMS Team",
|
|
"icon": "extension",
|
|
"type": "launcher",
|
|
"capabilities": ["clipboard", "command-execution"],
|
|
"component": "./LauncherExampleLauncher.qml",
|
|
"settings": "./LauncherExampleSettings.qml",
|
|
"trigger": "#",
|
|
"permissions": [
|
|
"settings_read",
|
|
"settings_write"
|
|
]
|
|
}
|