{
    "version": "1.0.16",
    "description": "Interactive post-processing tool for scanned pages",
    "homepage": "https://github.com/4lex4/scantailor-advanced",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/4lex4/scantailor-advanced/releases/download/v1.0.16/scantailor-advanced-1.0.16-win64.exe#!/dl.7z",
            "hash": "ce3c1bae867ccaf020c759efad463ae0b937fac5ea3ef8fc4ce559ddd1ae8fc9"
        },
        "32bit": {
            "url": "https://github.com/4lex4/scantailor-advanced/releases/download/v1.0.16/scantailor-advanced-1.0.16-win32.exe#!/dl.7z",
            "hash": "c73a46f3a2f3d99b434a8724c33d7b9745fa90253cdae8640dd99fac9793b032"
        }
    },
    "pre_install": "Remove-Item \"$dir\\`$*\" -Recurse",
    "bin": "scantailor.exe",
    "shortcuts": [
        [
            "scantailor.exe",
            "ScanTailor Advanced"
        ]
    ],
    "persist": "config",
    "checkver": {
        "url": "https://github.com/4lex4/scantailor-advanced/releases",
        "regex": "download/v([\\d.]+)/scantailor-advanced"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/4lex4/scantailor-advanced/releases/download/v$version/scantailor-advanced-$version-win64.exe#!/dl.7z"
            },
            "32bit": {
                "url": "https://github.com/4lex4/scantailor-advanced/releases/download/v$version/scantailor-advanced-$version-win32.exe#!/dl.7z"
            }
        }
    }
}
