kwin/examples/quick-effect/package/metadata.json
Vlad Zahorodnii 264ebe6377 scripting: Add qml effect bindings
This allows creating third party qtquick scene effects without linking
to libkwineffects and thus rebuilding the effect every kwin release.
2023-10-18 16:03:20 +00:00

20 lines
512 B
JSON

{
"KPackageStructure": "KWin/Effect",
"KPlugin": {
"Authors": [
{
"Email": "user@example.com",
"Name": "Real Name"
}
],
"Category": "Appearance",
"Description": "Quick Effect",
"EnabledByDefault": true,
"Id": "quick-effect",
"License": "GPL",
"Name": "Quick Effect"
},
"X-KDE-Ordering": 60,
"X-KDE-PluginKeyword": "quick-effect",
"X-Plasma-API": "declarativescript"
}