59 lines
1.6 KiB (Stored with Git LFS)
JSON
59 lines
1.6 KiB (Stored with Git LFS)
JSON
{
|
|
"Actions": [
|
|
{
|
|
"Icon": "images/actions/actionIcon1",
|
|
"Name": "State Display Action1",
|
|
"States": [
|
|
{
|
|
"Image": "images/actions/action1DefaultImage_State0"
|
|
},
|
|
{
|
|
"Image": "images/actions/action1DefaultImage_State1"
|
|
}
|
|
],
|
|
"SupportedInMultiActions": false,
|
|
"Tooltip": "Display status1",
|
|
"UUID": "com.hotspot.streamdockcppsdk.demo.myaction1"
|
|
},
|
|
{
|
|
"Icon": "images/actions/actionIcon2",
|
|
"Name": "State Display Action2",
|
|
"States": [
|
|
{
|
|
"Image": "images/actions/action2DefaultImage_State0"
|
|
},
|
|
{
|
|
"Image": "images/actions/action2DefaultImage_State1"
|
|
}
|
|
],
|
|
"SupportedInMultiActions": false,
|
|
"Tooltip": "Display status2",
|
|
"UUID": "com.hotspot.streamdockcppsdk.demo.myaction2"
|
|
}
|
|
],
|
|
"SDKVersion": 1,
|
|
"Author": "Hotspot",
|
|
"Category": "CPP Plugin Demo",
|
|
"CategoryIcon": "images/icons/pluginIcon",
|
|
"CodePath": "StreamDockQtPlugin.exe",
|
|
"CodePathMac": "StreamDockQtPlugin",
|
|
"CodePathWin": "StreamDockQtPlugin.exe",
|
|
"Description": "Demo for Stream Dock CPP SDK",
|
|
"Name": "State Display",
|
|
"Icon": "images/icons/pluginIcon",
|
|
"Version": "1.0.0",
|
|
"OS": [
|
|
{
|
|
"Platform": "mac",
|
|
"MinimumVersion" : "10.11"
|
|
},
|
|
{
|
|
"Platform": "windows",
|
|
"MinimumVersion" : "10"
|
|
}
|
|
],
|
|
"Software":
|
|
{
|
|
"MinimumVersion" : "2.9"
|
|
}
|
|
} |