-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
25 lines (25 loc) · 754 Bytes
/
metadata.json
File metadata and controls
25 lines (25 loc) · 754 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
25
{
"KPlugin": {
"Id": "com.github.copilot-usage",
"Name": "GitHub Copilot Usage",
"Description": "Track your GitHub Copilot premium interactions quota",
"Icon": "images/copilot-icon-light",
"Authors": [
{
"Email": "rob@tagg.me.uk",
"Name": "Rob Tagg"
}
],
"Category": "Utilities",
"License": "GPL-3.0",
"Version": "1.0.0",
"Website": "https://github.com/robtagg/plasma-copilot-usage"
},
"X-Plasma-API-Minimum-Version": "6.0",
"X-Plasma-MainScript": "ui/main.qml",
"X-Plasma-ConfigPlugins": [
"config/config.qml"
],
"X-Plasma-Provides": [],
"KPackageStructure": "Plasma/Applet"
}