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