-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
27 lines (27 loc) · 757 Bytes
/
manifest.json
File metadata and controls
27 lines (27 loc) · 757 Bytes
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
{
"name": "AzureDevOps Pipeline Debugging Assistant",
"version": "0.0.0.3",
"manifest_version": 3,
"description": "An online assitant to perform different functions for exploring an azure pipeline and helping developers navigate smoothly",
"icons": {
"16": "icons/Icon-16.png",
"32": "icons/Icon-32.png",
"48": "icons/Icon-48.png",
"128": "icons/Icon-128.png"
},
"action": {
"default_popup": "popup/popup.html"
},
"options_page": "options/options.html",
"permissions": [
"activeTab",
"scripting",
"storage"
],
"web_accessible_resources": [
{
"resources": ["images/*.jpeg"],
"matches": ["<all_urls>"]
}
]
}