23 lines
597 B
JSON
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"
|
|
}
|