24 lines
723 B
JSON
24 lines
723 B
JSON
{
|
|
"KPlugin": {
|
|
"Id": "org.kde.plasma.cpucontrol",
|
|
"Name": "CPU Control",
|
|
"Description": "Monitor CPU temperature and control performance limit",
|
|
"Icon": "cpu",
|
|
"Authors": [
|
|
{
|
|
"Name": "Andres Garcia",
|
|
"Email": "andresgarcia0313@gmail.com"
|
|
}
|
|
],
|
|
"Category": "System Information",
|
|
"License": "MIT",
|
|
"Version": "2.0.0",
|
|
"Website": "https://github.com/andresgarcia0313",
|
|
"ServiceTypes": ["Plasma/Applet"],
|
|
"FormFactors": ["panel", "desktop"],
|
|
"EnabledByDefault": true
|
|
},
|
|
"X-Plasma-API": "declarativeappletscript",
|
|
"X-Plasma-MainScript": "ui/main.qml"
|
|
}
|