{
  "id": "/",
  "name": "BrewVault - Specialty Coffee Companion",
  "short_name": "BrewVault",
  "description": "Digital coffee vault for home baristas: track specialty coffee beans, dial-in espresso recipes, log extraction shots, track consumables, and analyze sensory DNA profile.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0E1012",
  "theme_color": "#8B5E3C",
  "lang": "en",
  "dir": "ltr",
  "categories": ["food", "lifestyle", "productivity", "utilities"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-narrow.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "BrewVault Mobile Dashboard & Shot Logger"
    },
    {
      "src": "/screenshots/screenshot-wide.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "BrewVault Desktop Station Analytics & Recipe Vault"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Espresso Shot",
      "short_name": "Log Shot",
      "description": "Quickly log espresso extraction parameters",
      "url": "/brews",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Dial-In Wizard",
      "short_name": "Dial-In",
      "description": "Troubleshoot and optimize extraction ratio & grind",
      "url": "/dial-in",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Bean Library",
      "short_name": "Beans",
      "description": "View coffee beans & restock inventory",
      "url": "/beans",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Vault Stock Tracker",
      "short_name": "Stock",
      "description": "Track total weight & puck prep consumables",
      "url": "/inventory",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
