Additional favicon size (192x192)

Favicon size [recommended by Google](https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android) for Chrome for Android added
This commit is contained in:
Artem Korsunov 2016-05-25 05:24:26 +03:00
parent fbb4b3f1e6
commit 06f654a834
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ Below are the link relations which are not recommended for use:
<link rel="icon" href="path/to/favicon-32.png" sizes="32x32" type="image/png">
<link rel="icon" href="path/to/favicon-48.png" sizes="48x48" type="image/png">
<link rel="icon" href="path/to/favicon-62.png" sizes="62x62" type="image/png">
<link rel="icon" href="path/to/favicon-192.png" sizes="192x192" type="image/png">
<!-- More info: https://bitsofco.de/all-about-favicons-and-touch-icons/ -->
```