diff --git a/config.json b/config.json index d27bba2d..db231c90 100644 --- a/config.json +++ b/config.json @@ -45,50 +45,40 @@ "sizes": "64x64", "type": "image/png" }, - { - "src": "images/brand/64.webp", - "sizes": "64x64", - "type": "image/webp" - }, { "src": "images/brand/128.png", "sizes": "128x128", "type": "image/png" }, - { - "src": "images/brand/128.webp", - "sizes": "128x128", - "type": "image/webp" - }, { "src": "images/brand/144.png", "sizes": "144x144", "type": "image/png" }, - { - "src": "images/brand/144.webp", - "sizes": "144x144", - "type": "image/webp" - }, { "src": "images/brand/180.png", "sizes": "180x180", "type": "image/png" }, { - "src": "images/brand/180.webp", - "sizes": "180x180", - "type": "image/webp" + "src": "images/brand/192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "images/brand/220.png", + "sizes": "220x220", + "type": "image/png" + }, + { + "src": "images/brand/256.png", + "sizes": "256x256", + "type": "image/png" }, { "src": "images/brand/512.png", "sizes": "512x512", "type": "image/png" - }, - { - "src": "images/brand/512.webp", - "sizes": "512x512", - "type": "image/webp" } ] }, diff --git a/images/brand/192.png b/images/brand/192.png new file mode 100644 index 00000000..4ba8a2cb Binary files /dev/null and b/images/brand/192.png differ diff --git a/images/brand/192.webp b/images/brand/192.webp new file mode 100644 index 00000000..29204d15 Binary files /dev/null and b/images/brand/192.webp differ diff --git a/images/brand/256.png b/images/brand/256.png new file mode 100644 index 00000000..0f171de9 Binary files /dev/null and b/images/brand/256.png differ diff --git a/images/brand/256.webp b/images/brand/256.webp new file mode 100644 index 00000000..537edb21 Binary files /dev/null and b/images/brand/256.webp differ