{
    "name": "HeyBC",
    "short_name": "HeyBC",
    "description": "AI-powered assistant for Business Central",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0E1A30",
    "theme_color": "#37D8FF",
    "icons": [
        {
            "src": "/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-maskable-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/HeyBC_AppIcon_Source.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/desktop.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "HeyBC Chat on Desktop"
        },
        {
            "src": "/screenshots/mobile.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "HeyBC Chat on Mobile"
        }
    ],
    "shortcuts": [
        {
            "name": "Hey BC — Voice Assistant",
            "short_name": "Hey BC",
            "description": "Start the voice assistant",
            "url": "/?handsfree=1",
            "icons": [
                {
                    "src": "/icon-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "categories": [
        "business",
        "productivity"
    ]
}