-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmetadata.json
33 lines (33 loc) · 1.25 KB
/
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
32
33
{
"KPlugin": {
"Authors": [
{
"Email": "[email protected]",
"Name": "Natalie Clarius"
}
],
"Description": "Prevents windows from overlapping by minimizing and restoring windows according to available space",
"Description[de]": "Verhindert Überlappen von Fenstern, indem Fenster je nach verfügbarem Platz automatisch minimiert und wiederhergestellt werden",
"Description[nl]": "Voorkomt vensteroverlapping door ze te minimaliseren en herstellen op basis van de beschikbare ruimte",
"EnabledByDefault": true,
"Icon": "preferences-system-windows",
"Id": "floatingtiles",
"License": "GPLv3.0",
"Name": "Floating Tiles",
"Name[de]": "Schwebende Kacheln",
"Name[nl]": "Zwevende tegels",
"ServiceTypes": [
"KWin/Script",
"KCModule"
],
"Version": "7.0",
"Website": "https://store.kde.org/p/1619690"
},
"X-KDE-ConfigModule": "kwin/effects/configs/kcm_kwin4_genericscripted",
"X-KDE-ParentComponents": [
"floatingtiles"
],
"X-KDE-PluginKeyword": "floatingtiles",
"X-Plasma-API": "javascript",
"X-Plasma-MainScript": "code/main.js"
}