diff options
Diffstat (limited to 'static/icons')
-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" } |