{
  "name": "Jacksonville Speedway",
  "short_name": "JAX Speedway",
  "description": "Driver pre-registration for Jacksonville Speedway events.",
  "start_url": "/register",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#000000",
  "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-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Admin — registration queue",
      "short_name": "Admin",
      "description": "Review pre-registrations and draw the weekly winner",
      "url": "/admin",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
