-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Add Web Application Manifest MIME type #137
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
The purpose of the Regarding the fundamental increasing of the MIME types list. It seems that extensions of this example should be reasonable. In addition to existing in IANA media types should be supported by popular clients/browsers. Randomly adding rare and ambiguous MIME types does not look useful. At the same time, specific needs/types can always be configured based on the example. As for the current pull request. It looks like this MIME type is not well supported by clients/browsers. Could you please clarify the reasons why the |
@viktorberezikov this MIME type is fully supported by any modern web browser and it is an important part of any Web App. When app manifest is served with incorrect MIME type browser may not recognize Web App correctly and will not display "Install Web App..." UI prompts, may not enable "standalone" mode without browser chrome, may not display correct icons, etc. Anyone who serve web apps on Nginx should add that MIME type, so it would be great if this MIME type will be present by default. |
Dear @vitalyster, |
@viktorberezikov I'm describing Web App hosted on nginx as static files, without any backend. In this case nginx sets Content-Type header to this MIME type and it works in browsers. |
I don't feel application/manifest+json is popular enough to be included. |
Just wanted to chime in on this with noting that MDN actively recommends responding with this mimetype on |
Web Application MIME type