-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathazure-devops-extension.json
63 lines (63 loc) · 1.29 KB
/
azure-devops-extension.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"manifestVersion": 1,
"id": "plumbr",
"publisher": "benjhuser",
"version": "1.0.0",
"name": "Plumbr",
"description": "Manage your Azure Pipelines with this extension",
"public": true,
"categories": [
"Azure Pipelines"
],
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
}
],
"scopes": [
"vso.build_execute",
"vso.variablegroups_manage"
],
"icons": {
"default": "static/plumber.png"
},
"content": {
"details": {
"path": "overview.md"
},
"license": {
"path": "LICENSE"
}
},
"screenshots": [
{
"path": "images/overview_small.png"
}
],
"links": {
"repository": {
"uri": "https://github.com/huserben/plumbr"
},
"license": {
"uri": "https://github.com/huserben/plumbr/blob/master/LICENSE"
}
},
"repository": {
"type": "git",
"uri": "https://github.com/huserben/plumbr"
},
"files": [
{
"path": "static",
"addressable": true
},
{
"path": "dist",
"addressable": true
}
],
"branding": {
"color": "rgb(0, 191, 255)",
"theme": "light"
}
}