-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmanifest.json
42 lines (40 loc) · 948 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
40
41
42
{
"Actions": [
{
"Icon": "plugin/resources/pluginIcon",
"Name": "Effects",
"States": [
{
"Image": "plugin/resources/simhub_button",
"TitleAlignment": "bottom",
"FontSize": "10"
}
],
"SupportedInMultiActions": true,
"Tooltip": "Simhub Control Trigger",
"UUID": "com.baptiewright.simhub.control"
}
],
"Author": "Baptiewright Designs",
"CodePath": "plugin/main.html",
"Description": "Remotely Trigger Simhub Control Events",
"Name": "Simhub Controller",
"Icon": "plugin/resources/pluginIcon",
"URL": "http://www.baptiewright.com",
"PropertyInspectorPath": "propertyinspector/main_pi.html",
"Version": "0.1",
"OS": [
{
"MinimumVersion" : "10.12",
"Platform": "mac"
},
{
"Platform": "windows",
"MinimumVersion" : "10"
}
],
"SDKVersion": 2,
"Software": {
"MinimumVersion" : "4.1"
}
}