Skip to content

Commit

Permalink
remove content_scripts for Gmail
Browse files Browse the repository at this point in the history
  • Loading branch information
martgil committed Oct 10, 2024
1 parent acdea2e commit be775db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tooling/build-types-and-manifests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ addManifest(
type: 'module',
scripts: ['/js/service_worker/background.js'],
};
manifest.content_scripts?.splice(0, 1);
},
'firefox-consumer'
);
Expand Down

0 comments on commit be775db

Please sign in to comment.