-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathvss-extension-base.json
74 lines (74 loc) · 1.81 KB
/
vss-extension-base.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
{
"manifestVersion": 1,
"name": "WIQL to OData",
"description": "Translates a WIQL query to OData",
"targets": [
{
"id": "Microsoft.VisualStudio.Services.Cloud"
}
],
"categories": "Azure Boards",
"icons": {
"default": "images/favicon.png"
},
"contributions": [],
"files": [
{
"path": "dist/bundles",
"addressable": true,
"packagePath": "bundles"
},
{
"path": "dist/index.html",
"addressable": true,
"packagePath": "index.html"
},
{
"path": "dist/dialog.html",
"addressable": true,
"packagePath": "dialog.html"
},
{
"path": "images",
"addressable": true
},
{
"path": "node_modules/vss-web-extension-sdk/lib",
"addressable": true,
"packagePath": "lib"
}
],
"links": {
"repository": {
"uri": "https://github.com/microsoft/wiql-to-odata-ado-extension"
},
"issues": {
"uri": "https://github.com/microsoft/wiql-to-odata-ado-extension/issues"
},
"support": {
"uri": "https://github.com/microsoft/wiql-to-odata-ado-extension/issues"
}
},
"repository": {
"type": "git",
"uri": "https://github.com/microsoft/wiql-to-odata-ado-extension"
},
"content": {
"license": {
"path": "LICENSE"
},
"details": {
"path": "README.md"
}
},
"tags": [
"Analytics",
"Wiql",
"Query",
"OData"
],
"scopes": [
"vso.work",
"vso.analytics"
]
}