Merge pull request 'Web app manifest improvements' (#18) from tixie/garagehq.deuxfleurs.fr:webappmanifest-improvements into master
Reviewed-on: #18
This commit is contained in:
commit
93273a8181
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "",
|
"name": "Garage",
|
||||||
"short_name": "",
|
"short_name": "Garage",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/android-chrome-192x192.png",
|
"src": "/android-chrome-192x192.png",
|
||||||
|
@ -15,5 +15,5 @@
|
||||||
],
|
],
|
||||||
"theme_color": "#ffffff",
|
"theme_color": "#ffffff",
|
||||||
"background_color": "#ffffff",
|
"background_color": "#ffffff",
|
||||||
"display": "standalone"
|
"display": "browser"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue