{
  "name": "Kourto Partner",
  "short_name": "Kourto",
  "description": "Manage your sports facility bookings in real time",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FCFDFC",
  "theme_color": "#B6F500",
  "orientation": "portrait",
  "categories": ["business", "sports", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Bookings",
      "url": "/bookings",
      "description": "View today's bookings"
    },
    {
      "name": "Manage Slots",
      "url": "/slots",
      "description": "Block or unblock slots"
    },
    {
      "name": "Scan QR",
      "url": "/scan",
      "description": "Verify player bookings"
    }
  ]
}
