{
  "name": "Associated Vending — Collector",
  "short_name": "AV Collector",
  "description": "Field collector app for Associated Vending: routes, meter readings, turn-in.",
  "start_url": "/m",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0a0a0a",
  "icons": [
    {
      "src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='32' fill='%230a0a0a'/><text x='50%25' y='58%25' text-anchor='middle' font-family='system-ui,sans-serif' font-size='96' font-weight='700' fill='white'>AV</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='96' fill='%230a0a0a'/><text x='50%25' y='58%25' text-anchor='middle' font-family='system-ui,sans-serif' font-size='256' font-weight='700' fill='white'>AV</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}