diff --git a/site/android-chrome-144.png b/site/android-chrome-144.png new file mode 100644 index 0000000..07bdbdd Binary files /dev/null and b/site/android-chrome-144.png differ diff --git a/site/android-chrome-192.png b/site/android-chrome-192.png new file mode 100644 index 0000000..5651dd1 Binary files /dev/null and b/site/android-chrome-192.png differ diff --git a/site/android-chrome-192x192.png b/site/android-chrome-192x192.png deleted file mode 100644 index 4d13ee7..0000000 Binary files a/site/android-chrome-192x192.png and /dev/null differ diff --git a/site/android-chrome-48.png b/site/android-chrome-48.png new file mode 100644 index 0000000..1cacd48 Binary files /dev/null and b/site/android-chrome-48.png differ diff --git a/site/android-chrome-72.png b/site/android-chrome-72.png new file mode 100644 index 0000000..f1e1be9 Binary files /dev/null and b/site/android-chrome-72.png differ diff --git a/site/android-chrome-96.png b/site/android-chrome-96.png new file mode 100644 index 0000000..3b319f7 Binary files /dev/null and b/site/android-chrome-96.png differ diff --git a/site/android-chrome-512x512.png b/site/logo512.png similarity index 100% rename from site/android-chrome-512x512.png rename to site/logo512.png diff --git a/site/site.webmanifest b/site/site.webmanifest index 3b6fb2a..be3f32c 100644 --- a/site/site.webmanifest +++ b/site/site.webmanifest @@ -3,16 +3,29 @@ "short_name": "Radiostasis", "icons": [ { - "src": "/android-chrome-192x192.png", - "sizes": "192x192", - "type": "image/png", - "purpose": "maskable" + "src": "/android-chrome-48.png", + "sizes": "48x48", + "type": "image/png" }, { - "src": "/android-chrome-512x512.png", - "sizes": "512x512", - "type": "image/png", - "purpose": "maskable" + "src": "/android-chrome-72.png", + "sizes": "72x72", + "type": "image/png" + }, + { + "src": "/android-chrome-96.png", + "sizes": "96x96", + "type": "image/png" + }, + { + "src": "/android-chrome-144.png", + "sizes": "144x144", + "type": "image/png" + }, + { + "src": "/android-chrome-192.png", + "sizes": "192x192", + "type": "image/png" } ], "theme_color": "#ffffff",