Skip to content

Commit be775db

Browse files
committed
remove content_scripts for Gmail
1 parent acdea2e commit be775db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tooling/build-types-and-manifests.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ addManifest(
7474
type: 'module',
7575
scripts: ['/js/service_worker/background.js'],
7676
};
77+
manifest.content_scripts?.splice(0, 1);
7778
},
7879
'firefox-consumer'
7980
);

0 commit comments

Comments
 (0)