Skip to content

Commit

Permalink
Remove additional keys
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Feb 4, 2024
1 parent 6e8bab7 commit de1d027
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ async function normalizeManifest(target) {
if (browser === 'firefox') {
manifest.background = {
scripts: [manifest.background.service_worker],
persistent: false,
type: 'module',
};
}

Expand Down

0 comments on commit de1d027

Please sign in to comment.