From c3a46f9b8f4c11fb4ce81ab9177591238e15198b Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 21 Feb 2022 02:45:55 +0100 Subject: Add favicon --- assets/public/icon/rook.webmanifest | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 assets/public/icon/rook.webmanifest (limited to 'assets/public/icon/rook.webmanifest') diff --git a/assets/public/icon/rook.webmanifest b/assets/public/icon/rook.webmanifest new file mode 100644 index 0000000..5e70d4e --- /dev/null +++ b/assets/public/icon/rook.webmanifest @@ -0,0 +1,14 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/icon/android-chrome-144x144.png", + "sizes": "144x144", + "type": "image/png" + } + ], + "theme_color": "#000000", + "background_color": "#000000", + "display": "standalone" +} -- cgit 1.4.1