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
service_worker
{ "manifest_version": 3, "name": "Test case", "version": "1.0.0", "background": { "service_worker": "background.js", "scripts": ["background.js"] } }
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
Validation Summary:
errors 1 notices 0 warnings 0
ERRORS:
background
scripts
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered:
willdurand
Successfully merging a pull request may close this issue.
Describe the problem and steps to reproduce it:
What happened?
What did you expect to happen?
background
property has ascripts
and aservice_worker
: return no error (or only a warning) for theservice_worker
property.background
property has only aservice_worker
: continue to return an error for theservice_worker
property.Anything else we should know?
background
/ Browser support (MDN)┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: