From 78715c75ea29590e916872fe0a2bd2ce77f28e85 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Mon, 2 May 2022 02:36:22 +0200 Subject: Rework icons --- static/manifest.webmanifest | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 static/manifest.webmanifest (limited to 'static/manifest.webmanifest') diff --git a/static/manifest.webmanifest b/static/manifest.webmanifest new file mode 100644 index 0000000..a2ecebf --- /dev/null +++ b/static/manifest.webmanifest @@ -0,0 +1,8 @@ +{ + "short_name": "Ed.", + "name": "Ed: a Hugo theme for minimal editions", + "icons": [ + { "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" }, + { "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" } + ] +} -- cgit v1.2.3