{
  "id": "/",
  "short_name": "Golf Desk",
  "name": "Golf Desk",
  "description": "Tee time booking and course operations in one shared schedule.",
  "icons": [
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "lang": "en",
  "categories": ["sports", "lifestyle"],
  "theme_color": "#173F36",
  "background_color": "#F2F4EE",
  "shortcuts": [
    {
      "name": "Book a round",
      "short_name": "Book",
      "url": "/"
    },
    {
      "name": "My bookings",
      "short_name": "Bookings",
      "url": "/my-bookings"
    }
  ]
}
