You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Option to override specific options from the favicon_generation sent to the realfavicongenerator.net API . Use with caution
transformGeneratedManifest
❌
-
callback fucntion to transform/customize the content of the generated .webmanifest file. Signature: (manifest: {[key: string]: any}) => {[key: string]: any}. The returned object from this function is then converted back to JSON and replaces the content of the generated .webmanifest file
iOS
key
required
default value
description
enabled
✔️
true
Enable/Disable generation of iOS specific icons
masterPicture
❌
-
Provide a specific image for the iOS icons. If not provided, master masterPicture from global options will be used
margin
❌
-
Add margin around your masterPicture. Can be a number (pixels) or string (percentage, e.g. '5%')
backgroundColor
❌
-
Background color for the icons
onlyDefaultIcons
❌
true
Generate only default icons
legacyIcons
❌
false
Generate also legacy icons
precomposedIcons
❌
true
Generate precomposed icons
startupImage
❌
-
Options for the image used as startup image/splash screen
startupImage.masterPicture
✔️
-
Picture to use as startup image/splash screen
margin
❌
-
Margin added around the startup image/splash screen
backgroundColor
❌
-
Background color for the startup image/splash screen
Windows/IE/Edge
key
required
default value
description
enabled
✔️
true
Enable/Disable generation of the windows icons
masterPicture
❌
-
Provide a specific image for the windows icons. If not provided, master masterPicture from global options will be used
backgroundColor
❌
-
Background color for the images
silhouette
❌
-
Convert icons to silhouette
Android/Chrome
key
required
default value
description
enabled
✔️
true
Enable/Disable generation of Android specific icons
masterPicture
❌
-
Provide a specific image for the Android icons. If not provided, master masterPicture from global options will be used
margin
❌
-
Add margin around your masterPicture. Can be a number (pixels) or string (percentage, e.g. '5%')
backgroundColor
❌
-
Background color for the icons
legacyIcons
❌
false
Generate also legacy icons
lowResIcons
❌
false
Generate low resolution icons
existingManifest
❌
-
Path to a template .webmanifest file, wich can be used to define additional properties
Safari Pinned Tab Icon
key
required
default value
description
enabled
✔️
true
Enable/Disable generation of Safari pinned tab icon
masterPicture
❌
-
Provide a specific image for the Safari pinned tab icon. If not provided, master masterPicture from global options will be used
margin
❌
-
Add margin around your masterPicture. Can be a number (pixels) or string (percentage, e.g. '5%')
backgroundColor
❌
-
Background color for the icons
threshold
❌
60
Threshold for converting to silhouette. A number between 0 and 100
silhouette
❌
true
Convert icon to silhouette
OpenGraph
key
required
default value
description
enabled
✔️
false
Enable/Disable generation of OpenGraph images
masterPicture
❌
-
Provide a specific image for the OpenGraph images. If not provided, master masterPicture from global options will be used
margin
❌
-
Add margin around your masterPicture. Can be a number (pixels) or string (percentage, e.g. '5%')
Since the generation of the icons via realfavicongenerator.net can take a long time, icons are only generated on the first run, and the only updated if:
The plugin options change
The gatsby cache is cleared (e.g. via gastby clean)