{
    "name": "Cold Brew Log",
    "short_name": "Cold Brew",
    "description": "Log cold brew batches, track the coffees you use, and estimate their caffeine.",
    "id": "/dashboard",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#faf8f5",
    "theme_color": "#1c1210",
    "categories": ["food", "lifestyle", "utilities"],
    "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
        { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
        { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
    ],
    "shortcuts": [
        { "name": "Log a batch", "short_name": "Batch", "url": "/batches/create" },
        { "name": "Build a recipe", "short_name": "Recipe", "url": "/recipes/create" }
    ]
}
