-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
metadata.json
31 lines (31 loc) · 1018 Bytes
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"KPlugin": {
"Authors": [
{
"Email": "[email protected]",
"Name": "Natalie Clarius"
}
],
"Description": "Adds space around windows touching a screen edge or other window",
"Description[de]": "Fügt Zwischenraum um Fenster ein, die einen Bildschirmrand oder ein anderes Fenster berühren",
"EnabledByDefault": true,
"Icon": "preferences-system-windows",
"Id": "tilegaps",
"License": "GPLv3.0",
"Name": "Window Gaps",
"Name[de]": "Fenster-Fugen",
"ServiceTypes": [
"KWin/Script",
"KCModule"
],
"Version": "8.0",
"Website": "https://store.kde.org/p/1619642"
},
"X-KDE-ConfigModule": "kwin/effects/configs/kcm_kwin4_genericscripted",
"X-KDE-ParentComponents": [
"tilegaps"
],
"X-KDE-PluginKeyword": "tilegaps",
"X-Plasma-API": "javascript",
"X-Plasma-MainScript": "code/main.js"
}