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:
Alex 2024-04-08 15:06:19 +00:00
commit 93273a8181
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "",
"short_name": "",
"name": "Garage",
"short_name": "Garage",
"icons": [
{
"src": "/android-chrome-192x192.png",
@ -15,5 +15,5 @@
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
"display": "browser"
}