{
    "id": "/",
    "name": "CiudadGo",
    "short_name": "CiudadGo",
    "description": "Descubre lugares, planes, gastronomía, turismo, comercio y servicios cerca de ti.",
    "lang": "es-CO",
    "start_url": "/cerca-de-mi/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#f6f7f9",
    "theme_color": "#087BFF",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/static/pwa/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/pwa/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/pwa/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
