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.

PRO subscription for working with the service

Promo
Checking 50 pages in the tool "Checking the page"
190 ₽
The subscription is activated for 10 days and is linked to a specific site.
PRO subscription
3,500 pages per week in tools "Checking the page" and "Full site scan".
1 580 ₽
The subscription is activated for 30 days and you can scan any site.
Wallet
Additional pages that are credited to a separate balance. For checking large sites.
200 ₽
Number of pages
An active PRO subscription is required.
We use cookies. By continuing to use the site, you agree to the processing of personal data in accordance with privacy policy. I agree