-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e416597
commit 3ab846f
Showing
1 changed file
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
{ | ||
"Actions": [ | ||
{ | ||
"Icon": "mic-off", | ||
"Icon": "mic-off", | ||
"States": [ | ||
{ | ||
"Image": "mic-off" | ||
}, | ||
{ | ||
"Image": "mic-on" | ||
} | ||
{ | ||
"Image": "mic-on" | ||
} | ||
], | ||
"SupportedInMultiActions": false, | ||
"Name": "Audio Mute", | ||
"Name": "Audio Mute", | ||
"Tooltip": "This action toggles mute for audio devices (e.g. microphones, speakers)", | ||
"UUID": "com.fredemmott.micmutetoggle.toggle" | ||
} | ||
], | ||
"Author": "Fred Emmott", | ||
"CodePath": "sdmicmute.exe", | ||
], | ||
"Author": "Fred Emmott", | ||
"CodePath": "sdmicmute.exe", | ||
"Description": "Toggle the mute for audio devices, such as microphones or speakers.", | ||
"PropertyInspectorPath": "propertyinspector/index.html", | ||
"Name": "Audio Mute", | ||
"Icon": "mic-off", | ||
"Version": "2.1", | ||
"Name": "Audio Mute", | ||
"Icon": "mic-off", | ||
"Version": "2.2", | ||
"OS": [ | ||
{ | ||
"Platform": "windows", | ||
"MinimumVersion" : "10" | ||
"Platform": "windows", | ||
"MinimumVersion": "10" | ||
} | ||
], | ||
"SDKVersion": 2, | ||
"Software": { | ||
"MinimumVersion" : "4.1" | ||
"MinimumVersion": "4.1" | ||
} | ||
} |