diff options
author | Valentin Popov <valentin@popov.link> | 2025-02-05 03:20:40 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2025-02-05 03:20:40 +0300 |
commit | 0deb65fde25b0e8545dc74b69136abe61908cc70 (patch) | |
tree | a051c8ed92f3898226473a5cfe5745932225164d /public/manifest.json | |
parent | 88464d0240150e6ab98b5f46b7e781b1a692c10c (diff) | |
download | popov.link-0deb65fde25b0e8545dc74b69136abe61908cc70.tar.xz popov.link-0deb65fde25b0e8545dc74b69136abe61908cc70.zip |
Added an icon for the website
Diffstat (limited to 'public/manifest.json')
-rw-r--r-- | public/manifest.json | 13 |
1 files changed, 13 insertions, 0 deletions
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" +} |