summaryrefslogtreecommitdiff
path: root/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/PLUGINS/ControlCenterDetailExample/plugin.json
blob: 00fc9f961b591d5e400513b1289b0dd775062973 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "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"]
}