{
    "name": "Nexus Cloud Suite",
    "short_name": "Nexus",
    "description": "Premium Multi-Cloud FinOps & Security Platform",
    "start_url": "/dashboard",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#18181b",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/logo.png",
            "type": "image/png",
            "sizes": "192x192",
            "purpose": "any maskable"
        },
        {
            "src": "/logo.png",
            "type": "image/png",
            "sizes": "512x512",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Inventory",
            "url": "/dashboard/inventory",
            "icons": [
                {
                    "src": "/logo.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Cost Anomalies",
            "url": "/dashboard/alerts",
            "icons": [
                {
                    "src": "/logo.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}