diff --git a/config.json b/config.json index 21c66861..baf77903 100644 --- a/config.json +++ b/config.json @@ -75,10 +75,20 @@ "sizes": "256x256", "type": "image/png" }, + { + "src": "images/brand/384.png", + "sizes": "384x384", + "type": "image/png" + }, { "src": "images/brand/512.png", "sizes": "512x512", "type": "image/png" + }, + { + "src": "images/brand/1024.png", + "sizes": "1024x1024", + "type": "image/png" } ] }, diff --git a/images/brand/1024.png b/images/brand/1024.png new file mode 100644 index 00000000..a7b25807 Binary files /dev/null and b/images/brand/1024.png differ diff --git a/images/brand/1024.webp b/images/brand/1024.webp new file mode 100644 index 00000000..fe7c9216 Binary files /dev/null and b/images/brand/1024.webp differ diff --git a/images/brand/384.png b/images/brand/384.png new file mode 100644 index 00000000..52a75064 Binary files /dev/null and b/images/brand/384.png differ diff --git a/images/brand/384.webp b/images/brand/384.webp new file mode 100644 index 00000000..f00f4ffd Binary files /dev/null and b/images/brand/384.webp differ