diff options
author | Alex <alex@adnab.me> | 2024-04-08 15:06:19 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-04-08 15:06:19 +0000 |
commit | 93273a8181dbd58cb9ba2a64a05271058a6fc1e3 (patch) | |
tree | 4e150d6c6a2a839ad4e3ea669cb4d17824e2d0be /static/icons/site.webmanifest | |
parent | 049dc482cfe364d70b26b27a5812ae5a7d410b8a (diff) | |
parent | aed1e4e7df0518858c37abb6d9a48f065b437d2c (diff) | |
download | garagehq.deuxfleurs.fr-93273a8181dbd58cb9ba2a64a05271058a6fc1e3.tar.gz garagehq.deuxfleurs.fr-93273a8181dbd58cb9ba2a64a05271058a6fc1e3.zip |
Merge pull request 'Web app manifest improvements' (#18) from tixie/garagehq.deuxfleurs.fr:webappmanifest-improvements into master
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garagehq.deuxfleurs.fr/pulls/18
Diffstat (limited to 'static/icons/site.webmanifest')
-rw-r--r-- | static/icons/site.webmanifest | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/icons/site.webmanifest b/static/icons/site.webmanifest index 161c642..f9912d2 100644 --- a/static/icons/site.webmanifest +++ b/static/icons/site.webmanifest @@ -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" } |