-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmanifest.json
39 lines (39 loc) · 838 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
{
"Actions": [
{
"Icon": "images/action1.icon",
"Name": "Your first action",
"States": [
{
"Image": "images/action1.key",
"TitleAlignment": "middle",
"FontSize": "15"
}
],
"SupportedInMultiActions": false,
"Tooltip": "",
"UUID": "reverse.dns.formatted.namespace.action"
}
],
"SDKVersion": 2,
"Author": "your name",
"CodePath": "plugin.html",
"PropertyInspectorPath": "propertyinspector.html",
"Name": "streamdeck template",
"Description": "a description",
"Icon": "images/pluginIcon",
"Version": "0.0.0-development",
"OS": [
{
"Platform": "mac",
"MinimumVersion": "10.11"
},
{
"Platform": "windows",
"MinimumVersion": "10"
}
],
"Software": {
"MinimumVersion": "4.1"
}
}