Files
karousel/package/metadata.json

22 lines
743 B
JSON
Raw Permalink Normal View History

2023-01-21 22:50:36 +01:00
{
2024-03-02 21:10:27 +01:00
"KPackageStructure": "KWin/Script",
2023-01-21 22:50:36 +01:00
"KPlugin": {
2023-03-24 16:57:19 +01:00
"Name": "Karousel",
2024-03-01 15:53:46 +01:00
"Description": "Scrollable tiling extension for KWin",
2023-01-21 22:50:36 +01:00
"Icon": "preferences-system-windows",
"Authors": [{
"Email": "peter.fajdiga@gmail.com",
"Name": "Peter Fajdiga"
}],
2023-03-24 16:57:19 +01:00
"Id": "karousel",
2024-07-07 12:46:55 +02:00
"Version": "0.9.3",
2023-01-21 22:50:36 +01:00
"License": "GPLv3",
2023-06-02 13:42:22 +02:00
"Website": "https://github.com/peterfajdiga/karousel",
"BugReportUrl": "https://github.com/peterfajdiga/karousel/issues"
2023-01-21 22:50:36 +01:00
},
"X-Plasma-API": "declarativescript",
2024-03-02 21:10:27 +01:00
"X-Plasma-API-Minimum-Version": "6.0",
"X-Plasma-MainScript": "ui/main.qml",
2023-04-22 15:58:51 +02:00
"X-KDE-ConfigModule": "kwin/effects/configs/kcm_kwin4_genericscripted"
2023-01-21 22:50:36 +01:00
}