manifest
This commit is contained in:
parent
87e37aabc5
commit
2dfd16ebe6
2 changed files with 19 additions and 2 deletions
|
@ -8,14 +8,15 @@
|
||||||
<meta property="og:description" content="cath.exe Official Website" />
|
<meta property="og:description" content="cath.exe Official Website" />
|
||||||
<meta
|
<meta
|
||||||
property="og:image"
|
property="og:image"
|
||||||
content="https://images-ext-2.discordapp.net/external/8SFc8ll22wV2_ZEd8roXwRLN3SDbaeDFuYLzEPaZWsQ/%3Fsize%3D1024/https/cdn.discordapp.com/avatars/800966959268364288/e03d6149de8b410db26a6ed0b7c0b491.webp"
|
content="https://cdn.discordapp.com/avatars/800966959268364288/36d6967911a31a638d65d1da472d2e14.png?size=1024"
|
||||||
/>
|
/>
|
||||||
<meta property="og:url" content="https://cath.gq/" />
|
<meta property="og:url" content="https://cath.gq/" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<link rel="manifest" href="manifest.webmanifest" />
|
||||||
<title>cath.exe</title>
|
<title>cath.exe</title>
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
href="https://cdn.discordapp.com/emojis/813410806724558909.png"
|
href="https://cdn.discordapp.com/avatars/800966959268364288/36d6967911a31a638d65d1da472d2e14.png?size=1024"
|
||||||
type="image/x-icon"
|
type="image/x-icon"
|
||||||
/>
|
/>
|
||||||
<link rel="stylesheet" href="./style.css" />
|
<link rel="stylesheet" href="./style.css" />
|
||||||
|
|
16
manifest.webmanifest
Normal file
16
manifest.webmanifest
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"name": "cath.exe",
|
||||||
|
"short_name": "cath.exe",
|
||||||
|
"start_url": ".",
|
||||||
|
"display": "standalone",
|
||||||
|
"background_color": "#02023a",
|
||||||
|
"theme_color": "#02023a",
|
||||||
|
"description": "Website for cath.exe",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "https://media.discordapp.net/attachments/842014909264953354/853888850551767071/image0.jpg?width=563&height=563",
|
||||||
|
"sizes": "48x48",
|
||||||
|
"type": "image/png"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue