Skip to content

add support for .webmanifest for favicon #41

@Buliwyfa

Description

@Buliwyfa

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions