From 2f38908f784512b725c4b57602313e887e791bc0 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Mon, 24 Aug 2020 21:53:30 +0300 Subject: feat: add maskable androind icon --- public/index.html | 2 +- public/manifest.json | 10 +++------- public/which-logo-144.png | Bin 0 -> 5497 bytes 3 files changed, 4 insertions(+), 8 deletions(-) create mode 100644 public/which-logo-144.png diff --git a/public/index.html b/public/index.html index 4590ae4..9769c3a 100644 --- a/public/index.html +++ b/public/index.html @@ -6,7 +6,7 @@ - + Which diff --git a/public/manifest.json b/public/manifest.json index faa47a3..aed7ee3 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -3,14 +3,10 @@ "name": "Which", "icons": [ { - "src": "which-logo-512.png", + "src": "which-logo-144.png", "type": "image/png", - "sizes": "512x512" - }, - { - "src": "which-logo-64.png", - "type": "image/png", - "sizes": "64x64" + "sizes": "144x144", + "purpose": "maskable" } ], "display": "standalone", diff --git a/public/which-logo-144.png b/public/which-logo-144.png new file mode 100644 index 0000000..c51c498 Binary files /dev/null and b/public/which-logo-144.png differ -- cgit v1.2.3