{
    "name": "Bus Pontevedra",
    "short_name": "Bus Ponte",
    "description": "Aplicación PWA para consultar buses urbanos de Pontevedra",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#e8e8e8",
    "theme_color": "#005EA6",
    "orientation": "portrait-primary",
    "lang": "es",
    "scope": "/",
    "icons": [
        {
            "src": "/BusPontevedraIcon192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/BusPontevedraIcon512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/BusPontevedraIcon512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}