-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvss-extension.json
85 lines (85 loc) · 2.03 KB
/
vss-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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"manifestVersion": 1,
"id": "azure-boards-teams-tool",
"name": "Azure Boards Teams Tool CLI",
"description": "Manage Azure Boards teams from the CLI.",
"version": "1.0.0",
"public": true,
"publisher": "jessehouwing",
"galleryFlags": [
"preview"
],
"targets": [
{
"id": "Microsoft.VisualStudio.Services.Integration",
"version": "[11.0,)"
}
],
"categories": [
"Azure Boards"
],
"tags": [
"CLI", "xebia"
],
"links": {
"home": {
"uri": "https://github.com/jessehouwing/azure-boards-team-tools"
},
"getstarted": {
"uri": "https://github.com/jessehouwing/azure-boards-team-tools/releases/latest"
},
"learn": {
"uri": "https://github.com/jessehouwing/azure-boards-team-tools/README.md"
},
"support": {
"uri": "https://github.com/jessehouwing/azure-boards-team-tools/issues"
},
"repository": {
"uri": "https://github.com/jessehouwing/azure-boards-team-tools"
},
"issues": {
"uri": "https://github.com/jessehouwing/azure-boards-team-tools/issues"
},
"license": {
"uri": "https://github.com/jessehouwing/azure-boards-team-tools/LICENSE.md"
},
"privacypolicy": {
"uri": "https://github.com/jessehouwing/azure-boards-team-tools/blob/master/PRIVACY.md"
}
},
"CustomerQnASupport": {
"enableqna": "true",
"url": "https://github.com/jessehouwing/azure-boards-team-tools/issues"
},
"repository": {
"type": "git",
"uri": "https://github.com/jessehouwing/azure-boards-team-tools.git"
},
"badges": [
{
"href": "https://github.com/sponsors/jessehouwing",
"uri": "https://img.shields.io/github/sponsors/jessehouwing",
"description": "GitHub Sponsors"
}
],
"icons": {
"default": "extension-icon.png"
},
"branding": {
"color": "#1E1E1E",
"theme": "dark"
},
"content": {
"details": {
"path": "README.md"
},
"license": {
"path": "LICENSE.md"
},
"privacy": {
"path": "PRIVACY.md"
}
},
"files": [
]
}