{
  "name": "SuperLeagueGolf",
  "short_name": "SLG",
  "description": "Super League Golf competition scoring and management",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#119f14",
  "background_color": "#0f172a",
  "icons": [
    {
      "src": "/static/images/icon-64.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
