{
  "name": "Utah Tee Time Finder",
  "short_name": "Utah Tee Times",
  "description": "Search and compare live Utah golf tee times in seconds.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b1410",
  "theme_color": "#0b1410",
  "categories": ["sports", "travel", "lifestyle"],
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search tee times",
      "short_name": "Search",
      "url": "/search?source=pwa-shortcut"
    },
    {
      "name": "Favorites",
      "short_name": "Favorites",
      "url": "/favorites?source=pwa-shortcut"
    }
  ]
}
