Closed Aleksandra0056 closed 1 year ago
For some reason, Google Translate sets the icon's MIME type to image/*
in the web app manifest. Because the manifest parser uses hyperium/mime, which does not allow MIME patterns/ranges by default, the parsing will fail and result in that error.
As a workaround, you can install Google Translate if you uncheck "Use the manifest for determining app properties". I'll check if I can also allow MIME patterns in the parser.
Description
Installation of Google Translate PWA prompts an error. Or the error won't prompt, but the installation time would be infinite. Code of error is: “Failed to parse web app manifest: invalid MIME: invalid token, '*' at position 6 at line 1 column 208”
Steps to Reproduce
Additional Information
(Nothing)
Affected Websites
https://translate.google.com/
Environment