Skip to content

Commit

Permalink
⚡ Use non-persistent background page for Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
richardfrost committed Jan 8, 2024
1 parent 1c2ec5b commit 5802211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/postbuildClass.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default class Postbuild {
}

firefoxMv2Build() {
this.manifest.background.persistent = true; // Event pages are not supported
this.manifest.background.persistent = false;
}

firefoxMv3Build() {
Expand Down

0 comments on commit 5802211

Please sign in to comment.