diff options
author | Tixie <contact@tixie.name> | 2024-04-08 15:41:26 +0200 |
---|---|---|
committer | Tixie <contact@tixie.name> | 2024-04-08 15:41:26 +0200 |
commit | 2796a81d0a3c24e1415f520fdb288a7980095488 (patch) | |
tree | 6252d0d48f749d338aec47a3b931b0bbbbbf22d7 | |
parent | 049dc482cfe364d70b26b27a5812ae5a7d410b8a (diff) | |
download | garagehq.deuxfleurs.fr-2796a81d0a3c24e1415f520fdb288a7980095488.tar.gz garagehq.deuxfleurs.fr-2796a81d0a3c24e1415f520fdb288a7980095488.zip |
Web app manifest: fill name keys
-rw-r--r-- | static/icons/site.webmanifest | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/icons/site.webmanifest b/static/icons/site.webmanifest index 161c642..c36ab7b 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", |