diff options
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" } ] |