diff --git a/manifest.webmanifest b/manifest.webmanifest index 9531d690f..8caffbe0a 100644 --- a/manifest.webmanifest +++ b/manifest.webmanifest @@ -2,10 +2,10 @@ "name": "Simulateur d'embauche", "short_name": "Embauche", "description": "Jongler entre les différents salaires lors d'une embauche", - "display": "standalone", + "display": "browser", "lang": "fr", "orientation": "portrait-primary", - "theme_color": "#2975D1", + "theme_color": "#2975d1", "icons": [ { "src": "/source/images/logo/logo-simulateur-48.png", @@ -22,11 +22,5 @@ "sizes": "192x192", "type": "image/png" } - ], - "related_applications": [ - { - "platform": "web" - } - ], - "background_color": "#2975D1" + ] }