manifest
This commit is contained in:
parent
02b539d855
commit
0586c1cc81
@ -8,7 +8,7 @@
|
||||
<meta name=apple-mobile-web-app-status-bar-style content=black>
|
||||
<meta name="description" content="cryps.gg - mnml pvp atbs">
|
||||
<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 href="https://fonts.googleapis.com/css?family=Jura" rel="stylesheet">
|
||||
<link rel="stylesheet" href="assets/normalize.css">
|
||||
|
||||
@ -1,7 +1,22 @@
|
||||
{
|
||||
"short_name": "cryps.gg",
|
||||
"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"
|
||||
"orientation": "portrait",
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#000000"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user