Files
karousel/package/metadata.json

21 lines
703 B
JSON
Raw Normal View History

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",
2023-01-21 22:50:36 +01:00
"ServiceTypes": ["KWin/Script"],
2024-02-12 21:27:34 +01:00
"Version": "0.7.1",
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",
2023-04-22 15:58:51 +02:00
"X-Plasma-MainScript": "code/main.qml",
"X-KDE-ConfigModule": "kwin/effects/configs/kcm_kwin4_genericscripted"
2023-01-21 22:50:36 +01:00
}