mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-08 06:25:37 -05:00
15 lines
368 B
JSON
15 lines
368 B
JSON
{
|
|
"id": "exampleVariants",
|
|
"name": "Example with Variants",
|
|
"description": "Demonstrates dynamic variant creation for plugins",
|
|
"version": "1.0.0",
|
|
"author": "DMS",
|
|
"icon": "widgets",
|
|
"component": "./VariantWidget.qml",
|
|
"settings": "./VariantSettings.qml",
|
|
"permissions": [
|
|
"settings_read",
|
|
"settings_write"
|
|
]
|
|
}
|