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

View File

@ -8,7 +8,7 @@
<meta name=apple-mobile-web-app-status-bar-style content=black> <meta name=apple-mobile-web-app-status-bar-style content=black>
<meta name="description" content="cryps.gg - mnml pvp atbs"> <meta name="description" content="cryps.gg - mnml pvp atbs">
<meta name="author" content="ntr@smokestack.io"> <meta name="author" content="ntr@smokestack.io">
<link rel="manifest" href="./manifest.webmanifest"> <link rel="manifest" href="manifest.webmanifest">
<link rel="stylesheet" href="./node_modules/izitoast/dist/css/iziToast.min.css"></script> <link rel="stylesheet" href="./node_modules/izitoast/dist/css/iziToast.min.css"></script>
<link href="https://fonts.googleapis.com/css?family=Jura" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Jura" rel="stylesheet">
<link rel="stylesheet" href="assets/normalize.css"> <link rel="stylesheet" href="assets/normalize.css">

View File

@ -1,7 +1,22 @@
{ {
"short_name": "cryps.gg",
"name": "cryps.gg - mnml pvp atbs", "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", "start_url": "/index.html",
"display": "fullscreen", "display": "fullscreen",
"orientation": "portrait" "orientation": "portrait",
"theme_color": "#000000",
"background_color": "#000000"
} }