diff --git a/client/assets/manifest.webmanifest b/client/assets/manifest.webmanifest index 38d63e8..271d608 100644 --- a/client/assets/manifest.webmanifest +++ b/client/assets/manifest.webmanifest @@ -7,9 +7,15 @@ "src": "icons/256x256.png", "sizes": "256x256", "type": "image/png" + }, + { + "src": "icons/512x512.png", + "sizes": "512x512", + "type": "image/png" } ], "name": "Structure", + "short_name": "Structure", "start_url": "/", "theme_color": "white" }