Skip to content

Commit 087a0cf

Browse files
committed
more chrome removal
1 parent c07ff05 commit 087a0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

injected/scripts/utils/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const prefixMessage = '/*! © DuckDuckGo ContentScopeScripts protections https:/
1919
export async function bundle(params) {
2020
const { scriptPath, platform, name, featureNames } = params;
2121

22-
const extensions = ['firefox', 'chrome', 'chrome-mv3'];
22+
const extensions = ['firefox', 'chrome-mv3'];
2323
const isExtension = extensions.includes(platform);
2424
let trackerLookup = '$TRACKER_LOOKUP$';
2525
if (!isExtension) {

0 commit comments

Comments
 (0)