{
  "name": "BrewPass · Café Dashboard",
  "short_name": "BrewPass",
  "description": "Staff redemption scanner and daily analytics for BrewPass partner cafés.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#14100A",
  "theme_color": "#14100A",
  "categories": ["business", "productivity"],
  "lang": "en",
  "dir": "ltr",

  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' rx='110' fill='%2314100A'/%3E%3Crect x='56' y='56' width='400' height='400' rx='80' fill='%232D2018'/%3E%3Ctext x='256' y='345' text-anchor='middle' font-family='Georgia%2C serif' font-size='210' font-weight='600' fill='%23C8973A'%3EBP%3C/text%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' rx='110' fill='%2314100A'/%3E%3Crect x='56' y='56' width='400' height='400' rx='80' fill='%232D2018'/%3E%3Ctext x='256' y='345' text-anchor='middle' font-family='Georgia%2C serif' font-size='210' font-weight='600' fill='%23C8973A'%3EBP%3C/text%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Open Scanner",
      "short_name": "Scan",
      "description": "Go directly to the QR scanner",
      "url": "/scan"
    },
    {
      "name": "Today's Log",
      "short_name": "Log",
      "description": "View today's redemption log",
      "url": "/log"
    }
  ],

  "prefer_related_applications": false
}
