Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit 5c6d6d5

Browse files
authored
Delete externally_connectable field from Manifest file for Firefox build (#386)
1 parent 2428f75 commit 5c6d6d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

archaeologist/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ const _manifestTransformDowngradeToV2 = (manifest) => {
4646
// Manifest V3 new features
4747
delete manifest.cross_origin_embedder_policy
4848
delete manifest.cross_origin_opener_policy
49+
delete manifest.externally_connectable
4950
return manifest
5051
}
5152

0 commit comments

Comments
 (0)