{
    "name": "BrewSensai",
    "short_name": "BrewSensai",
    "description": "Your AI Coffee Assistant",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#F4F1EE",
    "theme_color": "#D16B4D",
    "icons": [
        {
            "src": "/icons/icon-192x192.png?v=3",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512x512.png?v=3",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Scan Bean",
            "short_name": "Scan",
            "url": "/beans/scan",
            "description": "Scan a new coffee bag"
        },
        {
            "name": "Log Brew",
            "short_name": "Log",
            "url": "/brews/create",
            "description": "Log a brew manually"
        }
    ],
    "categories": ["food", "lifestyle", "utilities"]
}
