Evolution du webmanifest
Objectif : que la couleur bleue se diffuse sur Chrome sur Androidpull/191/head
parent
01b747bced
commit
e6362fdae0
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue