diff options
author | Tixie <contact@tixie.name> | 2024-04-08 15:45:54 +0200 |
---|---|---|
committer | Tixie <contact@tixie.name> | 2024-04-08 16:08:48 +0200 |
commit | aed1e4e7df0518858c37abb6d9a48f065b437d2c (patch) | |
tree | 4e150d6c6a2a839ad4e3ea669cb4d17824e2d0be /static/icons | |
parent | 2796a81d0a3c24e1415f520fdb288a7980095488 (diff) | |
download | garagehq.deuxfleurs.fr-aed1e4e7df0518858c37abb6d9a48f065b437d2c.tar.gz garagehq.deuxfleurs.fr-aed1e4e7df0518858c37abb6d9a48f065b437d2c.zip |
Web app manifest: Avoid being displayed without the web browser UI when installed in PWA mode
Diffstat (limited to 'static/icons')
-rw-r--r-- | static/icons/site.webmanifest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/icons/site.webmanifest b/static/icons/site.webmanifest index c36ab7b..f9912d2 100644 --- a/static/icons/site.webmanifest +++ b/static/icons/site.webmanifest @@ -15,5 +15,5 @@ ], "theme_color": "#ffffff", "background_color": "#ffffff", - "display": "standalone" + "display": "browser" } |