{
  "name": "Apex Lab",
  "short_name": "Apex Lab",
  "description": "Track telemetry and session analysis dashboard",
  "id": "/apex-lab/",
  "start_url": "/apex-lab/",
  "scope": "/apex-lab/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0F0F14",
  "theme_color": "#0F0F14",
  "screenshots": [
    {
      "src": "/apex-lab/screenshots/desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Apex Lab desktop dashboard"
    },
    {
      "src": "/apex-lab/screenshots/mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Apex Lab mobile view"
    }
  ],
  "icons": [
    { "src": "/apex-lab/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/apex-lab/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/apex-lab/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/apex-lab/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/apex-lab/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "session",
          "accept": ["text/csv", "application/json", ".csv", ".json"]
        }
      ]
    }
  }
}
