{
  "name": "ACSL Race League",
  "short_name": "ACSL",
  "description": "ACSL is a competitive sim racing league. View standings, race results, driver ratings and more.",
  "start_url": "/index.php",
  "display": "standalone",
  "background_color": "#0A0A0A",
  "theme_color": "#d92027",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["sports", "entertainment"],
  "icons": [
    {
      "src": "/Images/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/Images/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Standings",
      "url": "/Pages/Standings",
      "description": "View championship standings",
      "icons": [{ "src": "/Images/Icons/trophy-svgrepo-com.svg", "sizes": "96x96" }]
    },
    {
      "name": "Races",
      "url": "/Pages/Races",
      "description": "View upcoming races",
      "icons": [{ "src": "/Images/Icons/calendar-xmark-alt-svgrepo-com.svg", "sizes": "96x96" }]
    },
    {
      "name": "Drivers",
      "url": "/Pages/Drivers",
      "description": "View all drivers",
      "icons": [{ "src": "/Images/Icons/user.svg", "sizes": "96x96" }]
    }
  ]
}
