diff --git a/client/index.html b/client/index.html
index b89ba345..1fc90760 100644
--- a/client/index.html
+++ b/client/index.html
@@ -8,7 +8,7 @@
-
+
diff --git a/client/manifest.webmanifest b/client/manifest.webmanifest
index 6b9e672e..d1d84ebb 100644
--- a/client/manifest.webmanifest
+++ b/client/manifest.webmanifest
@@ -1,7 +1,22 @@
{
- "short_name": "cryps.gg",
- "name": "cryps.gg - mnml pvp atbs",
- "start_url": "/index.html",
- "display": "fullscreen",
- "orientation": "portrait"
+ "name": "cryps.gg - mnml pvp atbs",
+ "description": "cryps.gg - mnml pvp atbs",
+ "short_name": "cryps.gg",
+ "icons": [
+ {
+ "src": "./assets/molecules/726.svg",
+ "sizes": "32x32",
+ "type": "image/svg"
+ },
+ {
+ "src": "./assets/molecules/726.svg",
+ "sizes": "512x512",
+ "type": "image/svg"
+ }
+ ],
+ "start_url": "/index.html",
+ "display": "fullscreen",
+ "orientation": "portrait",
+ "theme_color": "#000000",
+ "background_color": "#000000"
}
\ No newline at end of file