Update manifest for android

This commit is contained in:
Grégoire Delattre 2019-05-11 21:09:18 +02:00
parent 24eb1f9c45
commit 69a7b8fe26

View File

@ -1,18 +1,22 @@
{
"name": "Canap\u00e9",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
"name": "Canapé",
"short_name": "Canapé",
"theme_color": "#4e5d6c",
"background_color": "#4e5d6c",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"display": "standalone",
"orientation": "portrait",
"scope": "/",
"start_url": "/"
}