{
    "version": "0.17.0",
    "homepage": "https://subsync.online/",
    "description": "An automatic movie subtitle synchronization tool.",
    "license": "GPL-3.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/sc0ty/subsync/releases/download/0.17/subsync-0.17.0-amd64.msi",
            "hash": "6288f178565ab7c3823a6cb5c022d9b861e42207ed7dc8da385f0aa26a4d5882"
        }
    },
    "extract_dir": "subsync",
    "bin": "subsync-cmd.exe",
    "shortcuts": [
        [
            "subsync.exe",
            "SubSync (Subtitle Speech Synchronizer)"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/sc0ty/subsync/releases/latest",
        "jsonpath": "$.name",
        "regex": "subsync\\sv([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/sc0ty/subsync/releases/download/$majorVersion.$minorVersion/subsync-$version-amd64.msi"
            }
        }
    }
}
