1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00
Files
DankMaterialShell/PLUGINS/ControlCenterDetailExample/plugin.json
2025-10-15 08:14:49 -04:00

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"]
}