-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
59 lines (58 loc) · 1.55 KB
/
manifest.json
File metadata and controls
59 lines (58 loc) · 1.55 KB
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
53
54
55
56
57
58
59
{
"Actions": [
{
"Icon": "images/actionIcon",
"Name": "What ever We Want",
"States": [
{
"Image": "images/actionDefaultImage",
"TitleAlignment": "middle",
"FontSize": "16"
}
],
"SupportedInMultiActions": false,
"Tooltip": "The Custom action for the PhilipsHue Stream Deck plugin",
"UUID": "com.trilliuminnovations.philipshue.custom"
},
{
"Icon": "images/actionIcon",
"Name": "Green Light",
"PropertyInspectorPath": "property_inspector/property_inspector_green.html",
"States": [
{
"Image": "images/actionDefaultImage",
"TitleAlignment": "middle",
"FontSize": "16"
}
],
"SupportedInMultiActions": false,
"Tooltip": "The Green Action for the PhilipsHue Stream Deck plugin",
"UUID": "com.trilliuminnovations.philipshue.green"
}
],
"Category": "Philips Hue",
"Disabled": false,
"Author": "Carey Payette",
"CodePathWin": "PhilipsHueSdPlugin.cmd",
"CodePathMac": "PhilipsHueSdPlugin",
"PropertyInspectorPath": "property_inspector/property_inspector.html",
"Description": "Stream Deck Actions to control Philips Hue Lights",
"Name": "PhilipsHue",
"Icon": "images/pluginIcon",
"URL": "https://www.elgato.com/gaming/stream-deck",
"Version": "1.0",
"SDKVersion": 2,
"Software": {
"MinimumVersion": "4.1"
},
"OS": [
{
"Platform": "mac",
"MinimumVersion" : "10.11"
},
{
"Platform": "windows",
"MinimumVersion" : "10"
}
]
}