Update favicon as per Lego spec (#650)

This commit is contained in:
Sam El-Husseini
2018-05-15 13:40:55 -07:00
committed by GitHub
parent a81e3b9f11
commit bf8f73f885
12 changed files with 60 additions and 12 deletions

View File

@ -1,6 +1,6 @@
{
"name": "",
"short_name": "",
"name": "MakeCode for EV3",
"short_name": "MakeCode for EV3",
"icons": [
{
"src": "/android-chrome-192x192.png",
@ -8,12 +8,14 @@
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"src": "/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
"theme_color": "#ff0000",
"background_color": "#ff0000",
"start_url": "makecode.mindstorms.com",
"display": "standalone",
"orientation": "portrait"
}