mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-06 05:25:41 -05:00
14 lines
460 B
JSON
14 lines
460 B
JSON
{
|
|
"id": "popoutControlExample",
|
|
"name": "Popout Control Example",
|
|
"description": "Example widget demonstrating PopoutService usage with pillClickAction",
|
|
"version": "1.0.0",
|
|
"author": "DankMaterialShell",
|
|
"type": "widget",
|
|
"capabilities": ["dankbar-widget"],
|
|
"component": "./PopoutControlWidget.qml",
|
|
"icon": "widgets",
|
|
"settings": "./PopoutControlSettings.qml",
|
|
"permissions": ["settings_read", "settings_write"]
|
|
}
|