-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
vss-extension.json
49 lines (49 loc) · 1.22 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
{
"manifestVersion": 1,
"publisher": "caribeiro84",
"name": "Pull Request Manager Hub",
"description": "A complete and friendly Pull Request Hub to manage all your repositories' PRs with must have filters at one simplified view.",
"public": true,
"categories": ["Azure Repos"],
"demands": ["api-version/5.1"],
"scopes": [
"vso.code",
"vso.build",
"vso.graph",
"vso.work"
],
"targets": [{
"id": "Microsoft.VisualStudio.Services"
}],
"repository": {
"type": "git",
"url": "https://github.com/cribeiro84/azure-devops-pull-request-hub"
},
"icons": {
"default": "marketplace/logo.png",
"branding": "marketplace/logo.png"
},
"content": {
"details": {
"path": "marketplace/overview.md"
},
"license": {
"path": "marketplace/license.md"
}
},
"tags": ["code", "pull request", "git", "code review", "open source"],
"screenshots": [
{"path":"marketplace/screenshots/screenshot-01.png"},
{"path":"marketplace/screenshots/screenshot-02.png"},
{"path":"marketplace/screenshots/screenshot-03.png"}
],
"files": [{
"path": "build",
"addressable": true
},
{
"path": "marketplace",
"addressable": true
}
]
}