{
  "name": "gustri Staff Portal",
  "short_name": "gustri",
  "description": "Restaurant management system for staff",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#367B8B",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Orders",
      "short_name": "Orders",
      "description": "View active orders",
      "url": "/orders"
    },
    {
      "name": "Tables",
      "short_name": "Tables",
      "description": "Manage tables",
      "url": "/tables"
    },
    {
      "name": "Kitchen",
      "short_name": "Kitchen",
      "description": "Kitchen display",
      "url": "/kitchen"
    }
  ]
}
