-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
52 lines (52 loc) · 1.21 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
42
43
44
45
46
47
48
49
50
51
52
{
"Actions": [
{
"Icon": "images/onair/actionIcon",
"Name": "OnAir Status",
"States": [
{
"Image": "images/onair/actionSuccessImage",
"TitleAlignment": "bottom",
"FontSize": "11"
},
{
"Image": "images/onair/actionFailImage",
"TitleAlignment": "bottom",
"FontSize": "11"
},
{
"Image": "images/onair/actionDefaultImage",
"TitleAlignment": "bottom",
"FontSize": "11"
}
],
"SupportedInMultiActions": false,
"Tooltip": "Show your On Air status",
"UUID": "dev.cpanato.onair"
}
],
"SDKVersion": 2,
"Author": "cpanato",
"PropertyInspectorPath": "pi/index.html",
"Category": "OnAir Status for Stream Deck",
"CategoryIcon": "images/categoryIcon",
"CodePath": "plugin/index.html",
"Description": "Show your On Air status.",
"Name": "On Air for StreamDeck",
"Icon": "images/pluginIcon",
"URL": "https://cpanato.dev",
"Version": "1.0.0",
"OS": [
{
"Platform": "mac",
"MinimumVersion": "10.11"
},
{
"Platform": "windows",
"MinimumVersion": "10"
}
],
"Software": {
"MinimumVersion": "4.1"
}
}