From 8e6edcd16040ab635e6490883e47fde7fce56a79 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 19 Mar 2024 17:30:14 +0100 Subject: Added favicon images MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- public/manifest.webmanifest | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 public/manifest.webmanifest (limited to 'public/manifest.webmanifest') diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest new file mode 100644 index 0000000..81b5162 --- /dev/null +++ b/public/manifest.webmanifest @@ -0,0 +1,16 @@ +{ + "name": "operum", + "short_name": "operum", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ] +} -- cgit v1.2.3