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:
11
PLUGINS/ControlCenterDetailExample/plugin.json
Normal file
11
PLUGINS/ControlCenterDetailExample/plugin.json
Normal 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"]
|
||||
}
|
||||
Reference in New Issue
Block a user