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,5 +1,8 @@
{ {
"name": "Canap\u00e9", "name": "Canapé",
"short_name": "Canapé",
"theme_color": "#4e5d6c",
"background_color": "#4e5d6c",
"icons": [ "icons": [
{ {
"src": "/android-chrome-192x192.png", "src": "/android-chrome-192x192.png",
@ -12,7 +15,8 @@
"type": "image/png" "type": "image/png"
} }
], ],
"theme_color": "#ffffff", "display": "standalone",
"background_color": "#ffffff", "orientation": "portrait",
"display": "standalone" "scope": "/",
"start_url": "/"
} }