Files
karousel/metadata.json
Peter Fajdiga 355e0319c4 initial commit
2023-01-05 20:38:46 +01:00

23 lines
597 B
JSON

{
"KPlugin": {
"Name": "Basalt",
"Description": "Manual columnar tiling extension for KWin",
"Icon": "preferences-system-windows",
"Authors": [
{
"Email": "peter.fajdiga@gmail.com",
"Name": "Peter Fajdiga"
}
],
"Id": "basalt",
"ServiceTypes": [
"KWin/Script"
],
"Version": "1.0",
"License": "GPLv3",
"Website": "https://github.com/peterfajdiga/basalt"
},
"X-Plasma-API": "javascript",
"X-Plasma-MainScript": "code/main.js"
}