Favicons and Site Manifest generation

Favicons and Site Manifest may be generated:

Conf

The following configurations are used

ConfManifest PropertyDescription
site.faviconMastericonsThe SVG file name in the image directory (default to favicon.svg)
site.nameshortNameThe site name
site.titlenameThe site long name (description)
site.colorPrimarythemeColorThe primary color
site.basebase path added to the Icons path

List of generated files

  • favicon.ico
  • favicon-96x96.png
  • favicon.svg
  • apple-touch-icon.png
  • web-app-manifest-512x512.png for the manifest
  • web-app-manifest-192x192.png for the manifest
  • site.webmanifest

Note that if these files are found on the file system in the public directory, they are automatically used.

GitIgnore

If you generate them automatically, you may want to put them in .gitignore

gitignore
public/favicon.svg public/favicon-96x96.png public/favicon.ico public/apple-touch-icon.png public/web-app-manifest-192x192.png public/web-app-manifest-512x512.png public/site.webmanifest