264ebe6377
This allows creating third party qtquick scene effects without linking to libkwineffects and thus rebuilding the effect every kwin release.
20 lines
512 B
JSON
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"
|
|
}
|