-
-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
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
5.0.0: Issues on Chrome 95 #725
Comments
I had the same issue today. I changed purpose to "any maskable" in my manifest and that resolved the issue. But Chrome does now give me a warning that "any maskable" is discouraged. |
I fixed it writing manually an entri in manifest icons array for |
Thanks for reporting this issue. As of latest changes on Chrome and Lighthouse audits,
I'm working on a change to reflect this requirements update. |
Chrome and Lighthouse audits expect both icons with any and maskable purposes to be present in the manifest file. BREAKING CHANGE: In addition to 2 icons with `maskable` purpose in the manifest file, 2 more icon entries of the same icons with `any` purpose is added to the manifest output. fix #725
# [6.0.0](v5.0.1...v6.0.0) (2021-11-07) ### Bug Fixes * **main:** add both 'any' and 'maskable' icons to manifest by default ([d7b488d](d7b488d)), closes [#725](#725) * **main:** fix wrong icons file name when 'pathOverride' option is used ([25cef00](25cef00)), closes [#723](#723) ### BREAKING CHANGES * **main:** In addition to 2 icons with `maskable` purpose in the manifest file, 2 more icon entries of the same icons with `any` purpose is added to the manifest output.
🎉 This issue has been resolved in version 6.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Describe the bug
Updating today from 4 to 5 and using the below simple command gives a manifest that Chrome 95 doesn't like:
To Reproduce
Steps to reproduce the behavior:
npx pwa-asset-generator ./src/icons/icon.svg ./static/icons/ --index ./src/index.html --manifest ./static/manifest.json --type png --icon-only --favicon --padding false
Generates this manifest.json:
Expected behavior
I would like to have a default configuration to follow for no issues in Chrome.
System (please complete the following information):
The text was updated successfully, but these errors were encountered: