{
    "name": "ISY Hub",
    "short_name": "ISY Hub",
    "description": "Internal business platform",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "background_color": "#030712",
    "theme_color": "#0ea5e9",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "url": "/dashboard",
            "description": "Open dashboard"
        },
        {
            "name": "Tickets",
            "url": "/tickets",
            "description": "Open tickets"
        },
        {
            "name": "Chat",
            "url": "/chat",
            "description": "Open chat"
        }
    ]
}
