1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-25 14:02:53 -05:00

plugins: support control center plugins

This commit is contained in:
bbedward
2025-10-05 21:09:29 -04:00
parent 2b14ef76c9
commit c092cd2921
11 changed files with 593 additions and 34 deletions

View File

@@ -0,0 +1,11 @@
{
"id": "controlCenterDetailExample",
"name": "CC Detail Example",
"description": "Example plugin with Control Center detail dropdown",
"version": "1.0.0",
"author": "DankMaterialShell",
"icon": "settings",
"type": "widget",
"component": "./DetailExampleWidget.qml",
"permissions": ["settings_read", "settings_write"]
}