{
  "id": "/",
  "name": "Putt for Dough",
  "short_name": "Putt for Dough",
  "description": "Golf scores, friendly wagers, settled in seconds. Track bets across skins, strokeplay and match play \u2014 free, no funds held.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "orientation": "portrait",
  "background_color": "#0A120D",
  "theme_color": "#0A120D",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "sports",
    "games",
    "utilities"
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/scoring.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Live scoring with wager tracking"
    },
    {
      "src": "/screenshots/stats.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Stats, form and handicap trends"
    },
    {
      "src": "/screenshots/dashboard-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard overview"
    }
  ],
  "shortcuts": [
    {
      "name": "New Round",
      "short_name": "New Round",
      "description": "Start a new round",
      "url": "/rounds/new",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Stats",
      "short_name": "Stats",
      "description": "View your performance stats",
      "url": "/stats",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.puttfordough.app",
      "id": "com.puttfordough.app"
    }
  ],
  "prefer_related_applications": false
}