{
  "name": "Monitour Staff",
  "short_name": "Monitour",
  "description": "Staff operations — tasks, housekeeping, and front desk on mobile.",
  "start_url": "/admin/tasks",
  "scope": "/",
  "display": "standalone",
  "background_color": "#020617",
  "theme_color": "#312e81",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Tasks board",
      "short_name": "Tasks",
      "url": "/admin/tasks/board",
      "description": "Open all-tasks kanban board"
    },
    {
      "name": "Kitchen board",
      "short_name": "Kitchen",
      "url": "/admin/kitchen",
      "description": "F&B order pipeline"
    },
    {
      "name": "Guest stays",
      "short_name": "Guests",
      "url": "/admin/guests",
      "description": "In-house guest list"
    }
  ]
}
