diff --git a/frontend/manifest.json b/frontend/manifest.json index 61d95af..8ce14cf 100644 --- a/frontend/manifest.json +++ b/frontend/manifest.json @@ -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": "/" }