{
  "name": "Dynasty League HQ",
  "short_name": "Dynasty HQ",
  "description": "Comprehensive fantasy football dynasty league command center and analytics hub.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#1a1d24",
  "theme_color": "#1a1d24",
  "orientation": "any",
  "icons": [
    {
      "src": "./favicon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Team",
      "url": "./my-team.html"
    },
    {
      "name": "Matchups",
      "url": "./matchups.html"
    },
    {
      "name": "Standings",
      "url": "./standings.html"
    }
  ]
}
