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/manifest.webmanifest | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'public/manifest.webmanifest') 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