We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acdea2e commit be775dbCopy full SHA for be775db
tooling/build-types-and-manifests.ts
@@ -74,6 +74,7 @@ addManifest(
74
type: 'module',
75
scripts: ['/js/service_worker/background.js'],
76
};
77
+ manifest.content_scripts?.splice(0, 1);
78
},
79
'firefox-consumer'
80
);
0 commit comments