{
  "name": "Clickset",
  "short_name": "Clickset",
  "description": "A live setlist tool for gigging drummers. Metronome, per-song notes, audio playback, and AirTurn page-turner support, all offline.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0d0d0d",
  "theme_color": "#0d0d0d",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/x-clickset": [".clickset"],
        "application/json": [".json"]
      },
      "icons": [{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }],
      "launch_type": "single-client"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "setlist",
          "accept": ["application/x-clickset", "application/json", ".clickset", ".json"]
        }
      ]
    }
  }
}
