-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
30 lines (30 loc) · 941 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": "your-email@example.com",
"Name": "Spencer HG"
}
],
"BugReportUrl": "https://bugs.kde.org/enter_bug.cgi?product=plasmashell&component=Custom%20Widgets",
"Category": "Date and Time",
"Description": "A custom analog clock with a background image",
"EnabledByDefault": true,
"FormFactors": [
"tablet",
"handset",
"desktop"
],
"Icon": "preferences-system-time",
"Id": "org.kde.PlasmaAnalogClock",
"License": "GPL-2.0+",
"Name": "Lofi Plasma Analog Clock",
"Website": "https://github.com/styphonthal/PlasmaAnalogClock"
},
"X-Plasma-API-Minimum-Version": "6.0",
"X-Plasma-Provides": [
"org.kde.plasma.time",
"org.kde.plasma.date"
]
}