From f0f49168ef4cfc834eac8752e5aaa632f2e64fda Mon Sep 17 00:00:00 2001 From: João Augusto Costa Branco Marado Torres Date: Mon, 7 Jul 2025 15:01:11 -0300 Subject: fix: bad image types and missing images and links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Augusto Costa Branco Marado Torres --- public/favicon-96.png | Bin 0 -> 5765 bytes public/favicon.png | Bin 0 -> 8364 bytes public/manifest.webmanifest | 20 ++++++++++++++++---- 3 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 public/favicon-96.png create mode 100644 public/favicon.png (limited to 'public') diff --git a/public/favicon-96.png b/public/favicon-96.png new file mode 100644 index 0000000..81b21b1 Binary files /dev/null and b/public/favicon-96.png differ diff --git a/public/favicon.png b/public/favicon.png new file mode 100644 index 0000000..6e69de8 Binary files /dev/null and b/public/favicon.png differ diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest index c227c96..a1ab141 100644 --- a/public/manifest.webmanifest +++ b/public/manifest.webmanifest @@ -9,7 +9,7 @@ "value": "Cravo de Abril" } }, - "short_name": "Cravo Abril", + "short_name": "Cravo d'Abril", "icons": [ { "src": "./favicon.svg", @@ -26,7 +26,19 @@ { "src": "./favicon-96.webp", "sizes": "96x96", - "type": "image/svg", + "type": "image/webp", + "purpose": "any" + }, + { + "src": "./favicon.png", + "sizes": "144x144", + "type": "image/png", + "purpose": "any" + }, + { + "src": "./favicon-96.png", + "sizes": "96x96", + "type": "image/png", "purpose": "any" } ], @@ -47,7 +59,7 @@ { "src": "./favicon-96.webp", "sizes": "96x96", - "type": "image/svg", + "type": "image/webp", "purpose": "any" } ] @@ -60,7 +72,7 @@ { "src": "./favicon-96.webp", "sizes": "96x96", - "type": "image/svg", + "type": "image/webp", "purpose": "any" } ] -- cgit v1.2.3