-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmetadata.json
More file actions
24 lines (24 loc) · 756 Bytes
/
Copy pathmetadata.json
File metadata and controls
24 lines (24 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"KPlugin": {
"Id": "org.kde.plasma.proxmox",
"Name": "Proxmox Monitor",
"Description": "Monitor Proxmox VE servers directly from your desktop panel",
"Icon": "proxmox-monitor",
"Authors": [
{
"Name": "Thomas Moore"
}
],
"Category": "System Information",
"License": "GPL-3.0+",
"Version": "0.8.3",
"BugReportUrl": "https://github.com/realstuffie/ProxMon/issues",
"Website": "https://github.com/realstuffie/ProxMon"
},
"KPackageStructure": "Plasma/Applet",
"X-Plasma-API-Minimum-Version": "6.0",
"X-Plasma-MainScript": "ui/main.qml",
"X-Plasma-Provides": [
"org.kde.plasma.systemmonitor"
]
}