{
  "name": "Golf Passport UK",
  "short_name": "Golf Passport",
  "description": "Find & compare the cheapest golf tee times across the UK. Search, compare and book in one place.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1a3a2a",
  "theme_color": "#1a3a2a",
  "lang": "en-GB",
  "categories": ["sports", "travel", "lifestyle"],
  "icons": [
    {
      "src": "images/icons/icon-512x512.png",
      "sizes": "72x72 96x96 128x128 144x144 152x152 192x192 384x384 512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "images/course-standrews.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Golf Passport UK – Home Screen"
    },
    {
      "src": "images/course-turnberry-sunset.jpg",
      "sizes": "720x1280",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Find Tee Times on Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Tee Times",
      "short_name": "Search",
      "description": "Find and compare tee times across the UK",
      "url": "/results.html",
      "icons": [{ "src": "images/icons/icon-512x512.png", "sizes": "96x96" }]
    },
    {
      "name": "Scotland Tee Times",
      "short_name": "Scotland",
      "description": "Browse Scottish golf courses",
      "url": "/results.html?region=Scotland",
      "icons": [{ "src": "images/icons/icon-512x512.png", "sizes": "96x96" }]
    },
    {
      "name": "About Us",
      "short_name": "About",
      "description": "Meet the founder and learn our story",
      "url": "/about.html",
      "icons": [{ "src": "images/icons/icon-512x512.png", "sizes": "96x96" }]
    }
  ]
}
