-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmanifest.json
More file actions
56 lines (56 loc) · 1.36 KB
/
Copy pathmanifest.json
File metadata and controls
56 lines (56 loc) · 1.36 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
{
"Actions": [
{
"Icon": "resources/pluginIcon",
"Name": "Nanoleaf Controls",
"States": [
{
"Image": "resources/actionControlImage",
"TitleAlignment": "bottom",
"FontSize": "10"
}
],
"SupportedInMultiActions": true,
"Tooltip": "Control your Nanoleaf Panels using StreamDeck",
"UUID": "com.baptiewright.nanoleaf.control"
},
{
"Icon": "resources/pluginIcon",
"Name": "Nanoleaf Effects",
"States": [
{
"Image": "resources/actionEffectImage",
"TitleAlignment": "bottom",
"FontSize": "10"
}
],
"SupportedInMultiActions": true,
"Tooltip": "Change Effects on your Nanoleaf using StreamDeck",
"UUID": "com.baptiewright.nanoleaf.effects"
}
],
"Author": "Baptiewright Designs",
"CodePath": "plugin/main.html",
"Description": "Control your Nanoleaf Panels using StreamDeck",
"Name": "Nanoleaf Controller",
"Icon": "resources/pluginIcon",
"URL": "http://www.baptiewright.com",
"PropertyInspectorPath": "propertyinspector/main_pi.html",
"Version": "0.3",
"Category": "Nanoleaf",
"CategoryIcon": "resources/categoryIcon",
"OS": [
{
"MinimumVersion" : "10.12",
"Platform": "mac"
},
{
"Platform": "windows",
"MinimumVersion" : "10"
}
],
"Software":
{
"MinimumVersion" : "4.0.2"
}
}