You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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”
Aleksandra0056
changed the title
Installation of Google Translate PWA prompts an error
Installation of Google Translate as PWA prompts an error
Jan 26, 2023
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
The text was updated successfully, but these errors were encountered: