{
  "name": "Choreo Drill",
  "short_name": "Choreo Drill",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f8f9fa",
  "theme_color": "#0d6efd",
  "icons": [
    {
      "src": "/choreo-drill-logo-small.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/x-choreo": [".choreo", ".cdp", ".choreo.zip", ".bin"],
        "application/zip": [".choreo", ".cdp", ".choreo.zip", ".bin"]
      },
      "icons": [
        {
          "src": "/choreo-drill-logo-small.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ],
      "launch_type": "single-client"
    }
  ]
}
