diff --git a/index.html b/index.html index 9b80db5..19db548 100644 --- a/index.html +++ b/index.html @@ -8,14 +8,15 @@ + cath.exe diff --git a/manifest.webmanifest b/manifest.webmanifest new file mode 100644 index 0000000..dc08fd6 --- /dev/null +++ b/manifest.webmanifest @@ -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" + } + ] +}