From 2e9b8df1517f863689c9229faba861603853e982 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 17 Oct 2024 16:32:05 -0700 Subject: add favicon --- public/site.webmanifest | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 public/site.webmanifest (limited to 'public/site.webmanifest') diff --git a/public/site.webmanifest b/public/site.webmanifest new file mode 100644 index 0000000..1e4db68 --- /dev/null +++ b/public/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#FFFFFF", + "background_color": "#FFFFFF", + "display": "standalone" + } \ No newline at end of file -- cgit v1.2.3