forked from panuoksala/streamdeck-azuredevops-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
39 lines (39 loc) · 1.14 KB
/
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/Azure-DevOps20",
"Name": "Build & release plugin by Panu Oksala for Azure DevOps",
"States": [
{
"Image": "images/Azure-DevOps72",
"TitleAlignment": "middle",
"FontSize": "16"
}
],
"SupportedInMultiActions": false,
"Tooltip": "Start Azure DevOps builds and releases from your Stream Deck device.",
"UUID": "net.oksala.azuredevops.runner"
}
],
"Category": "Azure DevOps",
"CategoryIcon": "images/Azure-DevOps28",
"Disabled": false,
"Author": "Panu Oksala",
"CodePath": "StreamDeckAzureDevOps.exe",
"PropertyInspectorPath": "property_inspector/property_inspector.html",
"Description": "Stream Deck plugin for Azure DevOps by Panu Oksala. Start builds and deployments directly from your Stream Deck device.",
"Name": "AzureDevOpsRunner",
"Icon": "images/Azure-DevOps72",
"URL": "https://github.com/panuoksala/streamdeck-azuredevops-plugin",
"Version": "1.4.0",
"SDKVersion": 2,
"Software": {
"MinimumVersion": "4.1"
},
"OS": [
{
"Platform": "windows",
"MinimumVersion": "10"
}
]
}