-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
40 lines (40 loc) · 931 Bytes
/
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
{
"Actions": [
{
"Icon": "plugin/images/actions/play",
"Name": "Play / Pause",
"States": [
{
"Image": "plugin/images/actions/play",
"Name": "Play"
},
{
"Image": "plugin/images/actions/pause",
"Name": "Pause"
}
],
"Tooltip": "Play or pause Music.app.",
"UUID": "ec.florian.musicapp.playpause"
}
],
"SDKVersion": 2,
"Author": "Florian Eckerstorfer",
"CodePath": "plugin/main.js",
"Description": "Control Music.app on your Mac.",
"Name": "Music.app",
"Icon": "plugin/images/icons/plugin",
"Category": "Music",
"CategoryIcon": "plugin/images/icons/category",
"URL": "https://florian.ec/streamdeck-musicapp",
"Version": "1.0",
"DefaultWindowSize": [500, 650],
"OS": [
{
"Platform": "mac",
"MinimumVersion": "10.11"
}
],
"Software": {
"MinimumVersion": "4.2"
}
}