-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
41 lines (41 loc) · 1.17 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"Actions": [
{
"Icon": "actionIcon",
"Name": "Select Output",
"States": [
{
"Name": "Headphones",
"Image": "actionHeadphones"
},
{
"Name": "Speakers",
"Image": "actionSpeaker"
}
],
"SupportedInMultiActions": true,
"Tooltip": "Switch between speakers and headphones",
"UUID": "io.github.mdonoughe.sbzdeck.selectoutput"
}
],
"SDKVersion": 2,
"Author": "Matthew Donoughe <[email protected]>",
"Category": "sbzdeck",
"CategoryIcon": "categoryIcon",
"CodePathWin": "target\\i686-pc-windows-msvc\\debug\\plugin.exe",
"PropertyInspectorPath": "target/deploy/index.html",
"Description": "Control Creative Sound Blaster devices",
"Name": "sbzdeck",
"Icon": "actionSpeaker",
"URL": "https://github.com/mdonoughe/sbzdeck/",
"Version": "0.1.2",
"OS": [
{
"Platform": "windows",
"MinimumVersion": "10"
}
],
"Software": {
"MinimumVersion": "4.1"
}
}