{
  "name": "Dialed-In Golf",
  "short_name": "Dialed-In",
  "description": "Your personal shot management system. Every club, every yardage, built from your own verified data.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#050B07",
  "theme_color": "#050B07",
  "categories": ["sports", "utilities"],
  "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-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Distance Dial",
      "short_name": "Dial",
      "description": "Find the shot for a yardage",
      "url": "/"
    },
    {
      "name": "Log a shot",
      "short_name": "Log",
      "description": "Add a distance to your library",
      "url": "/tracker"
    }
  ]
}
