Skip to content

Commit 8020813

Browse files
authored
Add alternative name for artifacts (#3)
1 parent 34ed169 commit 8020813

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fxazdobuttons",
33
"type": "module",
4-
"version": "1.0.15",
4+
"version": "1.0.16",
55
"description": "",
66
"author": "Will Westrop",
77
"license": "MIT",

template/chrome/content-script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function getIcon() {
6262
|| url.includes("/_testManagement/")) {
6363
return "https://cdn.vsassets.io/ext/ms.vss-test-web/common-content/Nav-Test.CLbC8LbdE5__mhtfT.png";
6464
}
65-
else if (url.includes("/_artifacts")) {
65+
else if (url.includes("/_artifacts") || url.includes("/_packaging")) {
6666
return "https://ms.gallerycdn.vsassets.io/extensions/ms/azure-artifacts/18.203.0.107787320/1652983730116/root/img/artifacts-icon.png";
6767
}
6868
}

template/firefox/content-script.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)