-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
30 lines (30 loc) · 889 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
{
"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 Application Menu which is a launcher based on cascading popup menus",
"EnabledByDefault": true,
"Icon": "start-here-kde",
"Id": "org.kde.plasma.betterkicker",
"License": "GPL-2.0+",
"Name": "Better Application Menu",
"ServiceTypes": [
"Plasma/Applet"
],
"Version": "2.2"
},
"X-Plasma-API": "declarativeappletscript",
"X-Plasma-MainScript": "ui/main.qml",
"X-Plasma-Provides": [
"org.kde.plasma.launchermenu"
]
}