{
  "name": "YieldAI — Restaurant back-office",
  "short_name": "YieldAI",
  "description": "Autopilot for the back of house. Decisions, inventory, schedule on your phone.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0a0a",
  "theme_color": "#7c3aed",
  "categories": ["business", "productivity", "food"],
  "icons": [
    {
      "src": "/icon.svg?v=5",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    { "name": "Autopilot", "url": "/autopilot", "description": "Pending decisions" },
    { "name": "Prep",       "url": "/prep",      "description": "Today's prep build-to's" },
    { "name": "Ordering",   "url": "/orders",    "description": "Suggested orders" },
    { "name": "Scheduler",  "url": "/scheduler", "description": "Schedule a shift" }
  ]
}
