-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmetadata.json
34 lines (34 loc) · 992 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
32
33
34
{
"KPlugin": {
"Authors": [
{
"Email": "hein@kde.org",
"Name": "Eike Hein"
},
{
"Email": "himprakashd@gmail.com",
"Name": "Himprakash Deka"
}
],
"Category": "Application Launchers",
"Description": "An improved fork of Kicker Dash which is a fullscreen application launcher",
"EnabledByDefault": true,
"FormFactors": [
"desktop"
],
"Icon": "start-here-kde",
"Id": "org.kde.plasma.betterkickerdash",
"License": "GPL-2.0+",
"Name": "Better Application Dashboard",
"ServiceTypes": [
"Plasma/Applet"
],
"Version": "2.3"
},
"X-Plasma-API": "declarativeappletscript",
"X-Plasma-MainScript": "ui/main.qml",
"X-Plasma-Provides": [
"org.kde.plasma.launchermenu"
],
"X-Plasma-RootPath": "org.kde.plasma.betterkicker"
}