1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-08 06:25:37 -05:00
Files
DankMaterialShell/PLUGINS/ExampleWithVariants/plugin.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"
]
}