diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-08-25 23:12:48 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-08-25 23:12:48 +0200 |
| commit | dc20c2ba8377a90a3170642c9b3df6cd5166ad72 (patch) | |
| tree | 744a6ce5076fc3378ded6a08acca122637229afc /public/manifest.webmanifest | |
Initial commit
Diffstat (limited to 'public/manifest.webmanifest')
| -rw-r--r-- | public/manifest.webmanifest | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest new file mode 100644 index 0000000..2b99865 --- /dev/null +++ b/public/manifest.webmanifest @@ -0,0 +1,20 @@ +{ + "name": "Info Bus Vigo", + "short_name": "UrbanoVigo", + "start_url": "/", + "display": "standalone", + "background_color": "#ffffff", + "theme_color": "#000000", + "icons": [ + { + "src": "/path/to/icon.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/path/to/icon.png", + "sizes": "512x512", + "type": "image/png" + } + ] +}
\ No newline at end of file |
