Skip to content
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

add support for .webmanifest for favicon #41

Open
Buliwyfa opened this issue Dec 19, 2018 · 0 comments
Open

add support for .webmanifest for favicon #41

Buliwyfa opened this issue Dec 19, 2018 · 0 comments

Comments

@Buliwyfa
Copy link

Buliwyfa commented Dec 19, 2018

Add support for files .webmanifest especially to support site.webmanifest use to define favicon, tab icon, app icon, etc.

It use on html head like this:

<link rel="manifest" href="site.webmanifest">

Suggested web.config entry is:

<mimeMap fileExtension=".webmanifest" mimeType="application/manifest+json" />

SOURCE: https://stackoverflow.com/questions/49566446/how-can-i-have-iis-properly-serve-webmanifest-files-on-my-web-site

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant