diff --git a/config.json b/config.json index 9d3a60ff..f31788ef 100644 --- a/config.json +++ b/config.json @@ -44,20 +44,50 @@ "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/220.png", "sizes": "220x220", "type": "image/png" + }, + { + "src": "images/brand/220.webp", + "sizes": "220x220", + "type": "image/webp" + }, + { + "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/512.png b/images/brand/512.png new file mode 100644 index 00000000..672e1448 Binary files /dev/null and b/images/brand/512.png differ diff --git a/images/brand/512.webp b/images/brand/512.webp new file mode 100644 index 00000000..e0c64826 Binary files /dev/null and b/images/brand/512.webp differ