We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regarding Firefox, I tried my base of extension built with --mv3 and it shows up error. { service_worker: 'background.js' } must be replaced with { scripts: ['background.js'] } and persistant flag must not exist. Scroll to Event-driven background scripts section Originally posted by @dvlden in #224 (comment)
Regarding Firefox, I tried my base of extension built with --mv3 and it shows up error.
--mv3
{ service_worker: 'background.js' } must be replaced with { scripts: ['background.js'] } and persistant flag must not exist. Scroll to Event-driven background scripts section
{ service_worker: 'background.js' }
{ scripts: ['background.js'] }
persistant
Originally posted by @dvlden in #224 (comment)
Several changes need to be made here, they're listed in the PR: #229
The text was updated successfully, but these errors were encountered:
Released in v0.9.1
v0.9.1
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Several changes need to be made here, they're listed in the PR: #229
The text was updated successfully, but these errors were encountered: