mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
12 lines
356 B
JSON
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"]
|
|
}
|