mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-06 05:25:41 -05:00
13 lines
396 B
JSON
13 lines
396 B
JSON
{
|
|
"id": "controlCenterDetailExample",
|
|
"name": "CC Detail Example",
|
|
"description": "Example plugin with Control Center detail dropdown",
|
|
"version": "1.0.0",
|
|
"author": "DankMaterialShell",
|
|
"type": "widget",
|
|
"capabilities": ["control-center"],
|
|
"component": "./DetailExampleWidget.qml",
|
|
"icon": "settings",
|
|
"permissions": ["settings_read", "settings_write"]
|
|
}
|