diff --git a/client/assets/icons/726.png b/client/assets/icons/726.png new file mode 100644 index 00000000..b60e6e75 Binary files /dev/null and b/client/assets/icons/726.png differ diff --git a/client/manifest.webmanifest b/client/manifest.webmanifest index d1d84ebb..669d4991 100644 --- a/client/manifest.webmanifest +++ b/client/manifest.webmanifest @@ -4,14 +4,14 @@ "short_name": "cryps.gg", "icons": [ { - "src": "./assets/molecules/726.svg", + "src": "./assets/icons/726.png", "sizes": "32x32", - "type": "image/svg" + "type": "image/png" }, { - "src": "./assets/molecules/726.svg", + "src": "./assets/icons/726.png", "sizes": "512x512", - "type": "image/svg" + "type": "image/png" } ], "start_url": "/index.html",