{
  "name": "KARL GOLF GIR - Golf Tracker",
  "short_name": "KARL GOLF GIR",
  "description": "Track your golf performance with college coach metrics",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0a140a",
  "theme_color": "#16a34a",
  "orientation": "portrait",
  "dir": "ltr",
  "lang": "en-US",
  "icons": [
    {
      "src": "images/icons/icon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "images/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "images/karls_gir.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["sports", "lifestyle"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Track Round",
      "short_name": "Track",
      "description": "Start tracking a new round",
      "url": "./#/track-round",
      "icons": [
        {
          "src": "images/icons/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Stats",
      "description": "View your statistics",
      "url": "./#/dashboard",
      "icons": [
        {
          "src": "images/icons/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Track Live Round",
      "short_name": "Live",
      "description": "Track a round without login",
      "url": "./#/track-live",
      "icons": [
        {
          "src": "images/icons/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
