forked from HimDek/Run-Command-Widget-for-Plasma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
executable file
·30 lines (29 loc) · 926 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
{
"KPackageStructure": "Plasma/Applet",
"KPlugin": {
"Authors": [
{
"Email": "[email protected]",
"Name": "Himprakash Deka"
},
{
"Email": "[email protected]",
"Name": "Vibhakar Solanki"
}
],
"Category": "Utilities",
"ServiceTypes": [
"Plasma/Applet"
],
"EnabledByDefault": true,
"Name": "Run Command",
"Description": "Single click execute pre specified command",
"Id": "com.himdek.kde.plasma.runcommand",
"Icon": "new-command-alarm",
"Version": 1.2,
"License": "GPL-3.0-or-later",
"BugReportUrl": "https://github.com/HimDek/Run-Command-Widget-for-Plasma/issues/new",
"Website": "https://himdek.com/Run-Command-Widget-for-Plasma/"
},
"X-Plasma-API-Minimum-Version": "6.0"
}