From 0c01fdb30b4ddeebd67ad1df32cf1a82e5fd584f Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Thu, 20 Oct 2016 11:09:34 -0700 Subject: [PATCH] adding favicon configuration file --- faviconDescription.json | 54 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 faviconDescription.json diff --git a/faviconDescription.json b/faviconDescription.json new file mode 100644 index 00000000..d4eb3879 --- /dev/null +++ b/faviconDescription.json @@ -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 + } +} \ No newline at end of file