We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ac924 commit 1c9ab7bCopy full SHA for 1c9ab7b
update-manifest.js
@@ -14,7 +14,7 @@ const jsEntrypoint = assetManifest.entrypoints.filter((file) =>
14
const contentScripsOtps = {
15
content_scripts: [
16
{
17
- matches: ["*://*/*/-/jobs/*/raw", "*://*/*/*/*/*/*/*/job.log*", "https://storage.googleapis.com/gitlab-gprd-artifacts/*/job.log*"],
+ matches: ["*://*/*/-/jobs/*/raw", "*://*/*/*/*/*/*/*/job.log*", "https://storage.googleapis.com/gitlab-gprd-artifacts/*/job.log*", "file:///*job.log"],
18
css: cssEntrypoints,
19
js: jsEntrypoint,
20
},
0 commit comments