-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
38 lines (38 loc) · 850 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
{
"Actions": [
{
"Icon": "action/images/actionimage",
"Name": "Example Action",
"States": [
{
"Image": "action/images/action"
}
],
"Tooltip": "This is an example tooltip",
"UUID": "com.elgato.template.action"
}
],
"SDKVersion": 2,
"Author": "Elgato Systems",
"CodePath": "index.html",
"PropertyInspectorPath": "propertyinspector/index.html",
"Description": "Example description",
"Name": "Stream Deck Template",
"Icon": "action/images/action",
"URL": "https://www.elgato.com/en/gaming/stream-deck",
"Version": "1.0.0",
"OS": [
{
"Platform": "mac",
"MinimumVersion" : "10.11"
},
{
"Platform": "windows",
"MinimumVersion" : "10"
}
],
"Software":
{
"MinimumVersion" : "4.1"
}
}