{
    "id": "/",
    "name": "BizzEye",
    "short_name": "BizzEye",
    "description": "Scan business cards and get instant contact insights",
    "start_url": "/scan",
    "scope": "/",
    "display": "standalone",
    "background_color": "#060A0C",
    "theme_color": "#060A0C",
    "orientation": "portrait",
    "categories": ["business", "productivity"],
    "icons": [
        {
            "src": "/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml"
        }
    ]
}
