diff options
author | João Augusto Costa Branco Marado Torres <torres.dev@disroot.org> | 2025-07-07 15:01:11 -0300 |
---|---|---|
committer | João Augusto Costa Branco Marado Torres <torres.dev@disroot.org> | 2025-07-07 15:01:11 -0300 |
commit | f0f49168ef4cfc834eac8752e5aaa632f2e64fda (patch) | |
tree | 420308d39e9e525cc63699cfd52c09f03a586c9c /public/manifest.webmanifest | |
parent | 449f71511e539878af4c65f073cdc373b469c45e (diff) |
fix: bad image types and missing images and links
Signed-off-by: João Augusto Costa Branco Marado Torres <torres.dev@disroot.org>
Diffstat (limited to 'public/manifest.webmanifest')
-rw-r--r-- | public/manifest.webmanifest | 20 |
1 files changed, 16 insertions, 4 deletions
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" } ] |