{
  "name": "TrendSetter Business OS",
  "short_name": "TrendSetter",
  "description": "TrendSetter car wash — POS, wash queue, customers, and notifications.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f7faf9",
  "theme_color": "#0f766e",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/brand/trendsetter-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/trendsetter-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Wash",
      "short_name": "New Wash",
      "description": "Start a new car wash",
      "url": "/scan",
      "icons": [{ "src": "/brand/trendsetter-logo.png", "sizes": "512x512" }]
    },
    {
      "name": "Wash Queue",
      "short_name": "Queue",
      "description": "View wash queue",
      "url": "/wash-queue",
      "icons": [{ "src": "/brand/trendsetter-logo.png", "sizes": "512x512" }]
    },
    {
      "name": "POS",
      "short_name": "POS",
      "description": "Open Point of Sale",
      "url": "/manual-pos",
      "icons": [{ "src": "/brand/trendsetter-logo.png", "sizes": "512x512" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Car Wash OS Dashboard"
    },
    {
      "src": "/screenshot-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Car Wash OS Mobile View"
    }
  ]
} 