52 lines
1.3 KiB
JSON
Raw Normal View History

2023-08-06 13:46:36 -06:00
{
"Actions": [
{
"Name": "Focused App Volume",
"Icon": "Images/actionIcon",
2023-08-06 13:46:36 -06:00
"States": [
{
"Image": "Images/stateIcon",
2023-08-06 13:46:36 -06:00
"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",
2023-08-20 22:16:50 -06:00
"LongTouch": "Reset"
2023-08-06 13:46:36 -06:00
}
},
"SupportedInMultiActions": false,
"Tooltip": "Control the volume of the focused application",
"UUID": "com.dlprows.focusvolumecontrol.dialaction",
"PropertyInspectorPath": "PropertyInspector/PluginActionPI.html"
}
],
"Author": "dlprows",
2023-08-06 13:46:36 -06:00
"Name": "FocusVolumeControl",
"Description": "Control the volume of the focused application",
2023-08-20 22:16:50 -06:00
"URL": "https://github.com/dlprows/FocusVolumeControl",
2023-08-06 13:46:36 -06:00
"Version": "1.0",
"CodePath": "FocusVolumeControl",
"Category": "Volume Control [dlprows]",
"Icon": "Images/pluginIcon",
"CategoryIcon": "Images/categoryIcon",
"OS": [
{
"Platform": "windows",
"MinimumVersion": "10"
}
],
"SDKVersion": 2,
"Software": {
"MinimumVersion": "6.0"
}
}