diff --git a/manifest.json b/manifest.json index 0c1a28d1..9293728e 100644 --- a/manifest.json +++ b/manifest.json @@ -47,6 +47,11 @@ "type": "image/png", "purpose": "maskable" }, + { + "src": "/public/splash_screens/icon144x144.png", + "sizes": "144x144", + "type": "image/png" + }, { "src": "/public/splash_screens/4__iPhone_SE__iPod_touch_5th_generation_and_later_landscape.png", "sizes": "1136x640", diff --git a/public/splash_screens/icon144x144.png b/public/splash_screens/icon144x144.png new file mode 100644 index 00000000..fae66d78 Binary files /dev/null and b/public/splash_screens/icon144x144.png differ