aboutsummaryrefslogtreecommitdiff
path: root/public/manifest.json
diff options
context:
space:
mode:
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"
+}