{
    "version": "13.2-beta",
    "description": "DVD/Blu-ray ripping and video transcoding tool that uses HandBrake as its encoding engine.",
    "homepage": "https://vidcoder.net",
    "license": "GPL-2.0-only",
    "notes": "VidCoder Settings are stored in \"%APPDATA%\\VidCoder\\VidCoder.sqlite\"",
    "architecture": {
        "64bit": {
            "url": "https://github.com/RandomEngy/VidCoder/releases/download/v13.2-beta/VidCoder-13.2-beta-Portable.exe#/dl.7z",
            "hash": "c84a1cd093706482a146e102f35006b151e51bb20f3173bba75faea7b7e6f546"
        }
    },
    "bin": [
        [
            "VidCoderCLI.exe",
            "VidCoderCLI-Beta"
        ]
    ],
    "shortcuts": [
        [
            "VidCoder.exe",
            "VidCoder Beta"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/RandomEngy/VidCoder/releases",
        "jsonpath": "$[?(@.target_commitish == 'beta')].tag_name",
        "regex": "v([\\d.]+-beta)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/RandomEngy/VidCoder/releases/download/v$version/VidCoder-$version-Portable.exe#/dl.7z"
            }
        }
    }
}
