mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-05 21:15:38 -05:00
13 lines
346 B
JSON
13 lines
346 B
JSON
{
|
|
"id": "colorDemo",
|
|
"name": "Color Demo",
|
|
"description": "Demonstrates color picker plugin setting",
|
|
"version": "1.0.0",
|
|
"author": "DMS",
|
|
"icon": "palette",
|
|
"type": "widget",
|
|
"component": "./ColorDemoWidget.qml",
|
|
"settings": "./ColorDemoSettings.qml",
|
|
"permissions": ["settings_read", "settings_write"]
|
|
}
|