{
    "short_name": "Horus Maxibienes",
    "dir": "auto",
    "name": "Horus Maxibienes",
    "description": "Plataforma de gestión de inmuebles",
    "lang": "es",
    "background_color": "#ffffff",
    "theme_color": "#ffffff",
    "display": "standalone",
    "orientation": "any",
    "start_url": "/?launchedfrom=homescreen",
    "scope": "/",
    "id": "/",
    "prefer_related_applications": false,
    "related_applications": [],
    "categories": ["business", "real estate"],
    "icons": [
        {
            "src": "/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "protocol_handlers": [
        {
            "protocol": "web+pwa",
            "url": "/?launchedfrom=homescreen&pwaprotocolredirect=%s"
        },
        {
            "protocol": "web+maxibienes",
            "url": "/?launchedfrom=homescreen&pwaprotocolredirect=%s"
        }
    ]
}