0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 08:30:27 +03:00

Added an icon for the website

This commit is contained in:
2025-02-05 00:20:40 +00:00
parent 88464d0240
commit 0deb65fde2
7 changed files with 18 additions and 9 deletions

13
public/manifest.json Normal file
View File

@ -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"
}