aboutsummaryrefslogtreecommitdiff
path: root/public/manifest.webmanifest
diff options
context:
space:
mode:
Diffstat (limited to 'public/manifest.webmanifest')
-rw-r--r--public/manifest.webmanifest20
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