Inital commit
This commit is contained in:
51
src/FocusVolumeControl/manifest.json
Normal file
51
src/FocusVolumeControl/manifest.json
Normal file
@ -0,0 +1,51 @@
|
||||
{
|
||||
"Actions": [
|
||||
{
|
||||
"Name": "Focused App Volume",
|
||||
"Icon": "Images/icon",
|
||||
"States": [
|
||||
{
|
||||
"Image": "Images/pluginAction",
|
||||
"TitleAlignment": "middle",
|
||||
"FontSize": "12"
|
||||
}
|
||||
],
|
||||
"Controllers": [ "Encoder" ],
|
||||
"Encoder": {
|
||||
"background": "backgroundImage",
|
||||
"Icon": "Images/actionIcon",
|
||||
"layout": "$B1",
|
||||
"StackColor": "#AABBCC",
|
||||
"TriggerDescription": {
|
||||
"Rotate": "Change the volume",
|
||||
"Push": "Mute/UnMute",
|
||||
"Touch": "Mute/UnMute",
|
||||
"LongTouch": "Reset all apps"
|
||||
}
|
||||
},
|
||||
"SupportedInMultiActions": false,
|
||||
"Tooltip": "Control the volume of the focused application",
|
||||
"UUID": "com.dlprows.focusvolumecontrol.dialaction",
|
||||
"PropertyInspectorPath": "PropertyInspector/PluginActionPI.html"
|
||||
}
|
||||
],
|
||||
"Author": "Daniel Prows",
|
||||
"Name": "FocusVolumeControl",
|
||||
"Description": "Control the volume of the focused application",
|
||||
"URL": "https://encyclopediaofdaniel.com",
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user