From 2dfd16ebe6a76b51e2c764153dd0c7b401bb1117 Mon Sep 17 00:00:00 2001 From: night0721 Date: Mon, 14 Jun 2021 14:53:42 +0800 Subject: [PATCH] manifest --- index.html | 5 +++-- manifest.webmanifest | 16 ++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 manifest.webmanifest 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" + } + ] +}