{
  "name": "Fantasy Refresh",
  "short_name": "FR",
  "description": "Season-long salary cap fantasy football. Fresh roster every week.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0A0F0F",
  "theme_color": "#00E5D4",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "sports",
    "games"
  ],
  "shortcuts": [
    {
      "name": "Draft",
      "short_name": "Draft",
      "description": "Build this week's lineup",
      "url": "/draft.html",
      "icons": [
        {
          "src": "icons/icon-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Standings",
      "short_name": "Standings",
      "description": "See the leaderboard",
      "url": "/index.html",
      "icons": [
        {
          "src": "icons/icon-96.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
