1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-07 22:15:38 -05:00
Files
DankMaterialShell/PLUGINS/ControlCenterExample/plugin.json
2025-10-05 21:09:29 -04:00

12 lines
356 B
JSON

{
"id": "controlCenterExample",
"name": "CC Toggle Example",
"description": "Example plugin with Control Center toggle widget",
"version": "1.0.0",
"author": "DankMaterialShell",
"icon": "toggle_on",
"type": "widget",
"component": "./ControlCenterExampleWidget.qml",
"permissions": ["settings_read", "settings_write"]
}