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
standard use of service_worker with MV3 causes MANIFEST_FIELD_UNSUPPORTED:
service_worker
MANIFEST_FIELD_UNSUPPORTED
"background": { "service_worker": "background.js" }
$ bin/addons-linter ../nexus-now Validation Summary: errors 1 notices 0 warnings 0 ERRORS: Code Message Description File Line Column MANIFEST_FIELD_UNSUPPORTED "/background/service_worker" is not supported. "/background/service_worker" is not supported. manifest.json
commit to reproduce: aokellermann/nexus-now@b24546c
I used addons-linter binary built locally from this commit (master as of creating this issue): 12ba1f4
lint error
no lint error
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered:
mozilla/web-ext#2532
Sorry, something went wrong.
No branches or pull requests
Describe the problem and steps to reproduce it:
standard use of
service_worker
with MV3 causesMANIFEST_FIELD_UNSUPPORTED
:commit to reproduce:
aokellermann/nexus-now@b24546c
I used addons-linter binary built locally from this commit (master as of creating this issue):
12ba1f4
What happened?
lint error
What did you expect to happen?
no lint error
Anything else we should know?
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: