{
    "name": "Nomadia",
    "short_name": "Nomadia",
    "description": "Comunidad de nómadas digitales",
    "id": "/",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#ffffff",
    "theme_color": "#0d6efd",
    "lang": "es",
    "dir": "ltr",
    "categories": ["business", "travel", "lifestyle"],
    "prefer_related_applications": false,
    "related_applications": [
        {
            "platform": "webapp",
            "url": "https://nomadia.digital/pwa/manifest.json"
        }
    ],
    "icons": [
        {
            "src": "/build/images/favicon/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/build/images/favicon/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Mi panel",
            "short_name": "Panel",
            "description": "Accede a tu panel de nómada",
            "url": "/dashboard?source=pwa-shortcut",
            "icons": [
                {
                    "src": "/build/images/favicon/web-app-manifest-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Destinos",
            "short_name": "Destinos",
            "description": "Explora destinos",
            "url": "/destination/?source=pwa-shortcut",
            "icons": [
                {
                    "src": "/build/images/favicon/web-app-manifest-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}
