From 0586c1cc81585c146aa2c8d35543aaa3eac4d74b Mon Sep 17 00:00:00 2001 From: ntr Date: Mon, 8 Apr 2019 13:40:02 +1000 Subject: [PATCH] manifest --- client/index.html | 2 +- client/manifest.webmanifest | 25 ++++++++++++++++++++----- 2 files changed, 21 insertions(+), 6 deletions(-) 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