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

View file

@ -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"
} }