diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-08-25 23:35:09 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-08-25 23:35:09 +0200 |
| commit | 08469574aebcb3dc526965a48882c07b832063e8 (patch) | |
| tree | 7994cb4591041986d05d790072e6d6b89615618f /public/manifest.webmanifest | |
| parent | e3541f41a1c57181ada9dfc685f7bc7ed63f369a (diff) | |
Fix build and add logo
Diffstat (limited to 'public/manifest.webmanifest')
| -rw-r--r-- | public/manifest.webmanifest | 16 |
1 files changed, 10 insertions, 6 deletions
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 |
