Lessons

Manifest validation.json with a list of favicons

The manifest file is used by browsers, Android devices, the Windows operating system, and many other programs, applications, and web services. This is the main source of branded graphically about your website. Thanks to him, other systems know how to beautifully display your site in their interface.

It looks like this:

{
    "name": "",
    "short_name": "",
    "icons": [
    {
        "src": "\/favicons\/24x24.png",
        "sizes": "24x24",
        "type": "image\/png"
    },
    ...
    ],
    "theme_color": "#FFFFFF",
    "background_color": "#FFFFFF",
    "display": "standalone"
}

Assigning fields:

  • name — the name of your site.
  • short_name is the abbreviated name of your site.
  • icons — a list of icons.
  • theme_color — the main color of the theme. Most often, the color is the companion of your main corporate color.
  • background_color — the background color on which the icon from icons looks good.
  • display — defines the preferred display mode of the application. Standalone is recommended.

You can generate a full set of 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