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", "name": "Canapé",
"icons": [ "short_name": "Canapé",
{ "theme_color": "#4e5d6c",
"src": "/android-chrome-192x192.png", "background_color": "#4e5d6c",
"sizes": "192x192", "icons": [
"type": "image/png" {
}, "src": "/android-chrome-192x192.png",
{ "sizes": "192x192",
"src": "/android-chrome-512x512.png", "type": "image/png"
"sizes": "512x512", },
"type": "image/png" {
} "src": "/android-chrome-512x512.png",
], "sizes": "512x512",
"theme_color": "#ffffff", "type": "image/png"
"background_color": "#ffffff", }
"display": "standalone" ],
"display": "standalone",
"orientation": "portrait",
"scope": "/",
"start_url": "/"
} }