From dc20c2ba8377a90a3170642c9b3df6cd5166ad72 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Sun, 25 Aug 2024 23:12:48 +0200 Subject: Initial commit --- public/manifest.webmanifest | 20 ++++++++++++++++++++ public/vite.svg | 1 + 2 files changed, 21 insertions(+) create mode 100644 public/manifest.webmanifest create mode 100644 public/vite.svg (limited to 'public') 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 diff --git a/public/vite.svg b/public/vite.svg new file mode 100644 index 0000000..e7b8dfb --- /dev/null +++ b/public/vite.svg @@ -0,0 +1 @@ + \ No newline at end of file -- cgit v1.3