-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
42 lines (42 loc) · 972 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": "dist/icons/actionImage",
"Name": "CodePipeline",
"PropertyInspectorPath": "dist/pi.html",
"States": [
{
"Image": "dist/icons/keyIcon",
"TitleAlignment": "bottom",
"FontSize": "8"
}
],
"Tooltip": "Get CodePipeline Status",
"SupportedInMultiActions": true,
"UUID": "tw.phantas.aws.codepipeline"
}
],
"SDKVersion": 2,
"Author": "Phantas Weng",
"CodePath": "dist/plugin.html",
"Category": "AWS",
"CategoryIcon": "dist/icons/category",
"Name": "AWS",
"Description": "AWS SDK Plugin for Stream Deck",
"Icon": "dist/icons/plugin/plugin",
"URL": "https://github.com/PhantasWeng/streamdeck-vue-template",
"Version": "2.0.0",
"OS": [
{
"Platform": "mac",
"MinimumVersion": "10.11"
},
{
"Platform": "windows",
"MinimumVersion": "10"
}
],
"Software": {
"MinimumVersion": "4.1"
}
}