{
  "name": "F1 League",
  "short_name": "League",
  "description": "Standings, results and stewarding for the league.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0b0f0e",
  "theme_color": "#0b0f0e",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Standings",
      "url": "/#standings"
    },
    {
      "name": "Results",
      "url": "/#results"
    },
    {
      "name": "Stewards",
      "url": "/#stewards"
    }
  ]
}