From 08469574aebcb3dc526965a48882c07b832063e8 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Sun, 25 Aug 2024 23:35:09 +0200 Subject: Fix build and add logo --- public/manifest.webmanifest | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'public/manifest.webmanifest') diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest index 2b99865..8712dfb 100644 --- a/public/manifest.webmanifest +++ b/public/manifest.webmanifest @@ -1,5 +1,5 @@ { - "name": "Info Bus Vigo", + "name": "Urbano Vigo", "short_name": "UrbanoVigo", "start_url": "/", "display": "standalone", @@ -7,14 +7,18 @@ "theme_color": "#000000", "icons": [ { - "src": "/path/to/icon.png", - "sizes": "192x192", - "type": "image/png" + "src": "/favicon.ico", + "type": "image/icon" }, { - "src": "/path/to/icon.png", + "src": "/logo-512.jpg", "sizes": "512x512", - "type": "image/png" + "type": "image/jpg" + }, + { + "src": "/logo-192.jpg", + "sizes": "192x192", + "type": "image/jpg" } ] } \ No newline at end of file -- cgit v1.3