blob: f573ae68cd279c6c9e2be480fccf5aa26bb33afe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"id": "controlCenterExample",
"name": "CC Toggle Example",
"description": "Example plugin with Control Center toggle widget",
"version": "1.0.0",
"author": "DankMaterialShell",
"type": "widget",
"capabilities": ["control-center"],
"component": "./ControlCenterExampleWidget.qml",
"icon": "toggle_on",
"permissions": ["settings_read", "settings_write"]
}
|