-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathazure-devops-extension.json
101 lines (101 loc) · 2.7 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"manifestVersion": 1,
"id": "wiTimeReport",
"publisher": "OneLuckiDev",
"version": "1.0.31",
"name": "Work Item Flow Efficiency",
"description": "Get Insight on the time your cards stay in your board columns.",
"public": true,
"categories": [
"Azure Boards"
],
"tags": [
"backlog","state",
"cycle time",
"report","Board","Column"
],
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
}
],
"icons": {
"default": "kanbantimeLogo.png"
},
"content": {
"details": {
"path": "overview.md"
},
"license": {
"path": "LICENSE"
}
},
"files": [
{
"path": "static",
"addressable": true
},
{
"path": "dist",
"addressable": true
},
{
"path":"images/flowScreen.PNG",
"addressable":true
},
{
"path":"images/boardColumns.PNG",
"addressable":true
},
{
"path":"images/waitworkAverages.PNG",
"addressable":true
}
],
"badges": [
{
"href": "https://dev.azure.com/oneluckidev/OneLuckiDev/_apis/build/status/jeffpriz.ado-wait-work-time?branchName=main",
"uri": "https://dev.azure.com/oneluckidev/OneLuckiDev/_apis/build/status/jeffpriz.ado-wait-work-time?branchName=main",
"description": "Build for this extension run in Azure DevOps"
}
],
"contributions": [
{
"id": "onelucki-wi-wait-time",
"type": "ms.vss-web.hub",
"description": "Hub to show Work Item time in different states.",
"targets": [
"ms.vss-work-web.work-hub-group"
],
"properties": {
"name": "Work Item Flow Efficiency",
"order": 150,
"icon": "asset://static/barIcon.png",
"uri": "dist/wiTime/context.html"
}
}
],
"scopes": [
"vso.work",
"vso.project"
],
"links": {
"support": {
"uri": "https://github.com/jeffpriz/ado-wait-work-time/issues"
},
"repository": {
"uri": "https://github.com/jeffpriz/ado-wait-work-time"
},
"build": {
"uri":"https://dev.azure.com/oneluckidev/OneLuckiDev/_apis/build/status/jeffpriz.ado-wait-work-time?branchName=main"
}
},
"repository": {
"type": "git",
"uri": "https://github.com/jeffpriz/ado-wait-work-time"
},
"branding": {
"color": "rgb(27,160,225)",
"theme": "dark"
}
}