Lessons

The BrowserConfig file

The Browser Config file contains information on how to display your website in the Windows Metro and Internet Explore interface. Windows Metro is available in Windows 8 and 10, which are still [very popular](https://gs.statcounter.com/os-version-market-share/windows/desktop/worldwide /).

It looks like this:

<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
    <msapplication>
        <tile>
            <square70x70logo src="/favicons/70x70.png"/>
            <square150x150logo src="/favicons/150x150.png"/>
            <wide310x150logo src="/favicons/310x150.png"/>
            <square310x310logo src="/favicons/310x310.png"/>
            <TileColor>#4996D7</TileColor>
        </tile>
    </msapplication>
</browserconfig>

To report its presence, add the tags <meta name="msapplication-config" content="/browserconfg.xml " /> and <meta name="msapplication-TileColor" content="#4996D7"> to the ‘` section of the site.

You can generate this and all other favicons in our service.

Tariff plans for working with the service

We use cookies. By continuing to use the site, you agree to the processing of personal data in accordance with privacy policy. I agree