aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2024-04-08 15:06:19 +0000
committerAlex <alex@adnab.me>2024-04-08 15:06:19 +0000
commit93273a8181dbd58cb9ba2a64a05271058a6fc1e3 (patch)
tree4e150d6c6a2a839ad4e3ea669cb4d17824e2d0be
parent049dc482cfe364d70b26b27a5812ae5a7d410b8a (diff)
parentaed1e4e7df0518858c37abb6d9a48f065b437d2c (diff)
downloadgaragehq.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
-rw-r--r--static/icons/site.webmanifest6
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"
}