aboutsummaryrefslogtreecommitdiff
path: root/public/manifest.json
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2025-02-05 03:20:40 +0300
committerValentin Popov <valentin@popov.link>2025-02-05 03:20:40 +0300
commit0deb65fde25b0e8545dc74b69136abe61908cc70 (patch)
treea051c8ed92f3898226473a5cfe5745932225164d /public/manifest.json
parent88464d0240150e6ab98b5f46b7e781b1a692c10c (diff)
downloadpopov.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.json13
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"
+}