Skip to content

Favicons, Browserconfig, Manifest

Giuseppe Pignataro edited this page Feb 26, 2019 · 1 revision

It is recommended to put your own favicons

  • apple-touch-icon.png (180x180)
  • favicon-32x32.png (32x32)
  • favicon-16x16.png (16x16)
  • mstile-150x150.png (150x150)
  • android-chrome-192x192.png (192x192)
  • android-chrome-512x512.png (512x512)

into /static. They’re easily created via RealFaviconGenerator.

Customize browserconfig.xml and site.webmanifest to set theme-color and background-color for example.