diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-05-19 08:27:58 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-05-19 08:27:58 -0400 |
| commit | 9cd0d89f635dd58d40af74c4bc4530bf7a55ea9b (patch) | |
| tree | cdcaeff22c4e27b99da70073182d8b94dfc774fe | |
| parent | 68f203bfe571d5888a14d74b16beb708eb742c14 (diff) | |
fix manifest icon sizes
| -rw-r--r-- | static/manifest.webmanifest | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/manifest.webmanifest b/static/manifest.webmanifest index de9c77b4..54a4d9c0 100644 --- a/static/manifest.webmanifest +++ b/static/manifest.webmanifest @@ -4,22 +4,22 @@ "icons": [ { "src": "res/mipmap-mdpi/ic_launcher.png", - "sizes": "72x72", + "sizes": "48x48", "type": "image/png" }, { "src": "res/mipmap-hdpi/ic_launcher.png", - "sizes": "96x96", + "sizes": "72x72", "type": "image/png" }, { "src": "res/mipmap-xhdpi/ic_launcher.png", - "sizes": "144x144", + "sizes": "96x96", "type": "image/png" }, { "src": "res/mipmap-xxhdpi/ic_launcher.png", - "sizes": "168x168", + "sizes": "144x144", "type": "image/png" }, { |
