From 0deb65fde25b0e8545dc74b69136abe61908cc70 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 5 Feb 2025 00:20:40 +0000 Subject: Added an icon for the website --- public/manifest.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 public/manifest.json (limited to 'public/manifest.json') diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..725d7ff --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,13 @@ +{ + "name": "Valentin Popov's Blog", + "short_name": "popov.link", + "icons": [ + { + "sizes": "512x512", + "src": "google-touch-icon.png" + } + ], + "background_color": "#ffffff", + "theme_color": "#ffffff", + "display": "fullscreen" +} -- cgit v1.2.3