38 lines
786 B
JSON
38 lines
786 B
JSON
{
|
|
"Actions": [
|
|
{
|
|
"Name": "CPU graph",
|
|
"States": [
|
|
{
|
|
"TitleAlignment": "middle",
|
|
"FontSize": "14"
|
|
}
|
|
],
|
|
"PropertyInspectorPath": "cpu_property_inspector.html",
|
|
"SupportedInMultiActions": false,
|
|
"Tooltip": "Show a pretty little CPU graph",
|
|
"UUID": "dev.samwho.streamdeck.cpu"
|
|
}
|
|
],
|
|
"SDKVersion": 2,
|
|
"Author": "Sam Rose",
|
|
"CodePath": "cpu.exe",
|
|
"Description": "Show a pretty little CPU graph",
|
|
"Name": "CPU graph",
|
|
"URL": "https://samwho.dev",
|
|
"Version": "0.1",
|
|
"OS": [
|
|
{
|
|
"Platform": "mac",
|
|
"MinimumVersion" : "10.11"
|
|
},
|
|
{
|
|
"Platform": "windows",
|
|
"MinimumVersion" : "10"
|
|
}
|
|
],
|
|
"Software":
|
|
{
|
|
"MinimumVersion" : "4.1"
|
|
}
|
|
} |