-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json.jinja
More file actions
52 lines (52 loc) · 1.34 KB
/
manifest.json.jinja
File metadata and controls
52 lines (52 loc) · 1.34 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
{
"UUID": "{{ plugin_uuid }}",
"Name": "{{ plugin_name }}",
"Version": "0.0.1",
"Author": "{{ author_name }}",
"Description": "{{ plugin_description }}",
"Category": "{{ plugin_category }}",
"CategoryIcon": "assets/sample_category_icon",
//"PropertyInspectorPath": "propertyinspector/index.html",
// "Icon": "assets/sample_plugin_icon",
"Actions": [
// {
// "UUID": "com.{{ author_name }}.{{ plugin_uuid }}.this_action",
// "Name": "My action",
// "Icon": "assets/sample_action_icon",
// "States": [
// {
// "Image": "assets/sample_action_icon"
// }
// ],
// "PropertyInspectorPath": "propertyinspector/this_action_pi.html",
// "SupportedInMultiActions": true,
// "Controllers": [
// "Encoder",
// "Keypad"
// ],
// "Tooltip": "Open streamdeck_sdk github page.",
// "UserTitleEnabled": true
// }
],
"CodePath": "run.sh",
// "CodePathMac": "run.sh",
// "CodePathWin": "run.bat",
"SDKVersion": 2,
"OS": [
{
"Platform": "mac",
"MinimumVersion": "10.14"
}
// {
// "Platform": "windows",
// "MinimumVersion": "10"
// }
],
"Software": {
"MinimumVersion": "6"
},
// "ApplicationsToMonitor": {
// "mac": ["us.zoom.xos"],
// "windows": ["Elgato Wave Link.exe"]
// }
}