This commit is contained in:
ntr
2019-04-08 13:40:02 +10:00
parent 02b539d855
commit 0586c1cc81
2 changed files with 21 additions and 6 deletions
+20 -5
View File
@@ -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"
}