{
  "name": "WOOF Golf - BISH BASH BOSH DING DONG",
  "short_name": "WOOF",
  "description": "Golf scoring app with WOOF awards system - BISH BASH BOSH DING DONG",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#141E19",
  "theme_color": "#D4B354",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en",
  "categories": ["sports", "games", "lifestyle"],
  "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"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/images/Screen Saver.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Start New Round",
      "short_name": "New Round",
      "description": "Start a new golf round",
      "url": "/select-course",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Resume Round",
      "short_name": "Resume",
      "description": "Resume an active round",
      "url": "/resume-round",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "View History",
      "short_name": "History",
      "description": "View match history",
      "url": "/history",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
