adding favicon configuration file
This commit is contained in:
parent
75c2ccdea9
commit
0c01fdb30b
54
faviconDescription.json
Normal file
54
faviconDescription.json
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
{
|
||||||
|
"masterPicture": "docs/static/microbit.simplified.svg",
|
||||||
|
"iconsPath": "/docs/static/icons",
|
||||||
|
"design": {
|
||||||
|
"ios": {
|
||||||
|
"pictureAspect": "backgroundAndMargin",
|
||||||
|
"backgroundColor": "#ffffff",
|
||||||
|
"margin": "14%",
|
||||||
|
"assets": {
|
||||||
|
"ios6AndPriorIcons": true,
|
||||||
|
"ios7AndLaterIcons": true,
|
||||||
|
"precomposedIcons": true,
|
||||||
|
"declareOnlyDefaultIcon": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"desktopBrowser": {},
|
||||||
|
"windows": {
|
||||||
|
"pictureAspect": "noChange",
|
||||||
|
"backgroundColor": "#da532c",
|
||||||
|
"onConflict": "override",
|
||||||
|
"assets": {
|
||||||
|
"windows80Ie10Tile": true,
|
||||||
|
"windows10Ie11EdgeTiles": {
|
||||||
|
"small": true,
|
||||||
|
"medium": true,
|
||||||
|
"big": true,
|
||||||
|
"rectangle": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"androidChrome": {
|
||||||
|
"pictureAspect": "noChange",
|
||||||
|
"themeColor": "#ffffff",
|
||||||
|
"manifest": {
|
||||||
|
"display": "standalone",
|
||||||
|
"orientation": "notSet",
|
||||||
|
"onConflict": "override",
|
||||||
|
"declared": true
|
||||||
|
},
|
||||||
|
"assets": {
|
||||||
|
"legacyIcon": false,
|
||||||
|
"lowResolutionIcons": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"safariPinnedTab": {
|
||||||
|
"pictureAspect": "silhouette",
|
||||||
|
"themeColor": "#5bbad5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"scalingAlgorithm": "Mitchell",
|
||||||
|
"errorOnImageTooSmall": false
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user