{
  "version": "1.0.6",
  "releaseDate": "2026-06-29T22:58:10.346Z",
  "feedUrl": "https://releases.ozzmo.io/editor",
  "platforms": {
    "win32-x64": {
      "bootstrap": {
        "url": "OzzmoSetup-1.0.6.exe",
        "sha256": "bbad00c706827b1d214ebf70b30bcc9c57a3b68714ba7498856c1a8332301e0c",
        "size": 136389477
      },
      "components": {
        "id": "workbench",
        "url": "1.0.6/components/workbench-win32-x64.zip",
        "sha256": "dbcea908a9a53729bc50da91dfbb0908ab648fd285e2cc0fb689b9131d27600a",
        "size": 583755081
      },
      "dependencies": [
        {
          "id": "os-windows",
          "name": "Windows 10/11 (64-bit)",
          "required": true,
          "category": "platform"
        },
        {
          "id": "powershell",
          "name": "Windows PowerShell 5.1+",
          "required": true,
          "category": "runtime",
          "fallback": "Bundled portable pwsh 7 (future)"
        },
        {
          "id": "vcredist-x64",
          "name": "Microsoft Visual C++ 2015-2022 Redistributable (x64)",
          "required": true,
          "category": "runtime",
          "officialUrl": "https://aka.ms/vs/17/release/vc_redist.x64.exe",
          "silentArgs": "/install /quiet /norestart",
          "verifyHint": "Registry VC Runtimes x64 Installed=1"
        },
        {
          "id": "webview2",
          "name": "Microsoft Edge WebView2 Runtime",
          "required": false,
          "recommended": true,
          "category": "runtime",
          "officialUrl": "https://go.microsoft.com/fwlink/p/?LinkId=2124703",
          "silentArgs": "/silent /install",
          "verifyHint": "EdgeUpdate Clients WebView2 GUID pv"
        },
        {
          "id": "disk-space",
          "name": "Free disk space (>= 2 GB on target + temp)",
          "required": true,
          "category": "resources",
          "minimumBytes": 2147483648
        },
        {
          "id": "curl",
          "name": "curl.exe (recommended for downloads)",
          "required": false,
          "recommended": true,
          "category": "tools",
          "notes": "Windows 10 1803+ ships curl.exe. Invoke-WebRequest is the fallback."
        },
        {
          "id": "network-feed",
          "name": "HTTPS reachability to releases.ozzmo.io",
          "required": true,
          "category": "network",
          "probeUrl": "https://releases.ozzmo.io/editor/install-manifest.json"
        },
        {
          "id": "network-forgejo",
          "name": "HTTPS reachability to git.ozzmo.io (release fallback)",
          "required": false,
          "recommended": true,
          "category": "network",
          "probeUrl": "https://git.ozzmo.io/ozzmo/io.ozzmo.editor/releases/download/v1.0.6/install-manifest.json",
          "notes": "Bootstrap falls back to Forgejo release assets when the primary feed component is missing or incomplete. Public anonymous download is required for end users."
        },
        {
          "id": "network-component",
          "name": "HTTPS reachability to workbench component zip",
          "required": true,
          "category": "network",
          "notes": "Probed from install-manifest.json + win32-x64 workbench url"
        },
        {
          "id": "tls12",
          "name": "TLS 1.2+ for HTTPS downloads",
          "required": true,
          "category": "network"
        }
      ]
    }
  }
}