From e6362fdae016c93e25639e3c7af8f81a83b86b3f Mon Sep 17 00:00:00 2001 From: Mael Date: Mon, 30 Apr 2018 17:07:52 +0200 Subject: [PATCH] Evolution du webmanifest Objectif : que la couleur bleue se diffuse sur Chrome sur Android --- manifest.webmanifest | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) 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" + ] }