{
  "service": "SquareWave Studio Downloads API",
  "version": "2.0.0",
  "products": [
    {
      "id": "ep-patchstudio",
      "name": "EP-PatchStudio",
      "domain": "downloads.ep-patch.studio"
    },
    {
      "id": "op-patchstudio",
      "name": "OP-PatchStudio",
      "domain": "downloads.op-patch.studio"
    }
  ],
  "currentProduct": "EP-PatchStudio",
  "endpoints": {
    "Latest downloads (friendly URLs)": {
      "macOS": "/download/mac or /download/macos",
      "Windows": "/download/windows",
      "Linux (AppImage)": "/download/linux or /download/linux-appimage",
      "Linux (DEB)": "/download/linux-deb"
    },
    "Latest downloads (direct)": {
      "macOS": "/latest/EP-PatchStudio-universal.dmg",
      "Windows": "/latest/EP-PatchStudio-x64.msi",
      "Linux (AppImage)": "/latest/EP-PatchStudio-x86_64.AppImage",
      "Linux (DEB)": "/latest/EP-PatchStudio-amd64.deb"
    },
    "Versioned downloads": {
      "macOS": "/v0.8.5/EP-PatchStudio-v0.8.5-universal.dmg",
      "Windows": "/v0.8.5/EP-PatchStudio-v0.8.5-x64.msi",
      "Linux (AppImage)": "/v0.8.5/EP-PatchStudio-v0.8.5-x86_64.AppImage",
      "Linux (DEB)": "/v0.8.5/EP-PatchStudio-v0.8.5-amd64.deb"
    },
    "Manifests": {
      "Latest": "/latest/manifest.json",
      "Specific version": "/v0.8.5/manifest.json"
    },
    "Version listing": {
      "All versions": "/versions"
    }
  }
}