improved display name and icon support fixed issues with games like halo master chief collection, which threw exceptions when getting the display name
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"Actions": [
|
|
{
|
|
"Name": "Focused App Volume",
|
|
"Icon": "Images/actionIcon",
|
|
"States": [
|
|
{
|
|
"Image": "Images/stateIcon",
|
|
"TitleAlignment": "middle",
|
|
"FontSize": "12"
|
|
}
|
|
],
|
|
"Controllers": [ "Encoder" ],
|
|
"Encoder": {
|
|
"background": "backgroundImage",
|
|
"Icon": "Images/actionIcon",
|
|
"layout": "$B1",
|
|
"StackColor": "#AABBCC",
|
|
"TriggerDescription": {
|
|
"Rotate": "Change the volume",
|
|
"Push": "Mute",
|
|
"Touch": "Mute",
|
|
"LongTouch": "Reset"
|
|
}
|
|
},
|
|
"SupportedInMultiActions": false,
|
|
"Tooltip": "Control the volume of the focused application",
|
|
"UUID": "com.dlprows.focusvolumecontrol.dialaction",
|
|
"PropertyInspectorPath": "PropertyInspector/PluginActionPI.html"
|
|
}
|
|
],
|
|
"Author": "dlprows",
|
|
"Name": "Focused Application Volume",
|
|
"Description": "Control the volume of the focused application",
|
|
"URL": "https://github.com/dlprows/FocusVolumeControl",
|
|
"Version": "1.2.0",
|
|
"CodePath": "FocusVolumeControl",
|
|
"Category": "Volume Control [dlprows]",
|
|
"Icon": "Images/pluginIcon",
|
|
"CategoryIcon": "Images/categoryIcon",
|
|
"OS": [
|
|
{
|
|
"Platform": "windows",
|
|
"MinimumVersion": "10"
|
|
}
|
|
],
|
|
"SDKVersion": 2,
|
|
"Software": {
|
|
"MinimumVersion": "6.0"
|
|
}
|
|
}
|