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
Icon validation only validates the root icons property of the manifest.
icons
$ printf '{ "browser_action": { "default_icon": {"32": "nonexistingfile.png"}}, "name": "name here", "version": "1", "manifest_version": 2 }\n' > manifest.json $ web-ext lint Validation Summary: errors 0 notices 0 warnings 0
No error
Expected to get error when icon defined in the manifest is missing for any of the valid icons. Includes:
browser_action.default_icon.* browser_action.theme_icons.* page_action.default_icon.* sidebar_action.default_icon.*
Related to: mozilla/web-ext#1653
The text was updated successfully, but these errors were encountered:
Add linting for all icons in manifest (mozilla#2677)
3b5bd84
85a4a31
2ff41f0
Add linting for all icons in manifest (#2677) (#2678)
c587c7a
Add linting for all icons in manifest (#2677)
Verified as fixed for
Sorry, something went wrong.
amccausl
Successfully merging a pull request may close this issue.
Describe the problem and steps to reproduce it:
Icon validation only validates the root
icons
property of the manifest.What happened?
No error
What did you expect to happen?
Expected to get error when icon defined in the manifest is missing for any of the valid icons. Includes:
Anything else we should know?
Related to: mozilla/web-ext#1653
The text was updated successfully, but these errors were encountered: