{
  "id": "/",
  "name": "Handicap Pro",
  "short_name": "Handicap Pro",
  "description": "Work out the correct playing handicap for every UK golf competition format, on any course in England. WHS-accurate and works offline.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "launch_handler": { "client_mode": "navigate-existing" },
  "background_color": "#FBFAF7",
  "theme_color": "#0B2540",
  "orientation": "portrait",
  "lang": "en-GB",
  "dir": "ltr",
  "categories": ["sports"],
  "prefer_related_applications": false,
  "related_applications": [
    { "platform": "play", "id": "uk.co.handicappro" }
  ],
  "shortcuts": [
    {
      "name": "New calculation",
      "short_name": "Calculate",
      "description": "Work out playing handicaps for a round",
      "url": "/?tab=calc",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My profile",
      "short_name": "Profile",
      "description": "Your handicap indexes, home course and playing partners",
      "url": "/?tab=profile",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "screenshots": [
    { "src": "shots/welcome.png", "sizes": "945x1686", "type": "image/png", "form_factor": "narrow", "label": "Welcome to Handicap Pro" },
    { "src": "shots/result.png", "sizes": "945x1686", "type": "image/png", "form_factor": "narrow", "label": "Course and playing handicap, WHS accurate" },
    { "src": "shots/home-course.png", "sizes": "945x1686", "type": "image/png", "form_factor": "narrow", "label": "Your home club, tees and preferences" }
  ],
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
