streamdeck-sdk/examples/counter/manifest.json

37 lines
700 B
JSON
Raw Normal View History

2019-07-12 10:35:01 -06:00
{
"Actions": [
{
"Name": "Counter",
2019-07-12 10:35:01 -06:00
"States": [
{
"TitleAlignment": "middle",
"FontSize": "24"
2019-07-12 10:35:01 -06:00
}
],
"SupportedInMultiActions": false,
"Tooltip": "Count something!",
"UUID": "dev.samwho.streamdeck.counter"
2019-07-12 10:35:01 -06:00
}
],
"SDKVersion": 2,
"Author": "Sam Rose",
"CodePath": "counter.exe",
"Description": "Count something!",
"Name": "Counter",
2019-07-12 10:35:01 -06:00
"URL": "https://samwho.dev",
"Version": "0.1",
"OS": [
{
"Platform": "mac",
"MinimumVersion" : "10.11"
},
{
"Platform": "windows",
"MinimumVersion" : "10"
}
],
"Software":
{
"MinimumVersion" : "4.1"
}
}