diff options
author | eug-vs <eug-vs@keemail.me> | 2020-08-24 21:53:30 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-08-24 21:57:37 +0300 |
commit | 2f38908f784512b725c4b57602313e887e791bc0 (patch) | |
tree | 944600ba13f432c1c78d5c92158cee1a35586ed8 /public/manifest.json | |
parent | 7d3554d541c6c713b64be98e2857e58b24d389b4 (diff) | |
download | which-ui-2f38908f784512b725c4b57602313e887e791bc0.tar.gz |
feat: add maskable androind icon
Diffstat (limited to 'public/manifest.json')
-rw-r--r-- | public/manifest.json | 10 |
1 files changed, 3 insertions, 7 deletions
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", |