From c1a31e9ef1da00b79a26be15d9fe1fdcf7d19602 Mon Sep 17 00:00:00 2001 From: A Farzat Date: Wed, 15 Oct 2025 20:10:11 +0300 Subject: Add favicon for the site The original SVG was obtained from https://www.freesvgdownload.com/moon-free-svg-files/ and turned to favicons by https://realfavicongenerator.net/. --- static/favicon/site.webmanifest | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 static/favicon/site.webmanifest (limited to 'static/favicon/site.webmanifest') diff --git a/static/favicon/site.webmanifest b/static/favicon/site.webmanifest new file mode 100644 index 0000000..8ab76d4 --- /dev/null +++ b/static/favicon/site.webmanifest @@ -0,0 +1,21 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/favicon/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/favicon/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} -- cgit v1.2.3-70-g09d2