1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 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" } ] }