{
  "name": "SERC QR Scanner",
  "short_name": "SERC QR Scanner",
  "description": "Offline-aware QR code scanner that logs attendance and shooting events to a webhook.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f8f9fa",
  "theme_color": "#007bff",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}