{
    "version": "0.10.0",
    "description": "Take potentially dangerous PDFs, office documents, or images and convert them to a safe PDF.",
    "homepage": "https://dangerzone.rocks/",
    "license": "AGPL-3.0",
    "notes": [
        "DangerZone requires Docker Desktop to run.",
        "You can download it from: https://www.docker.com/products/docker-desktop/"
    ],
    "architecture": {
        "64bit": {
            "url": "https://github.com/freedomofpress/dangerzone/releases/download/v0.10.0/Dangerzone-0.10.0.msi",
            "hash": "2b40f5a863b2f9a2843e2c8174a6d4ba562c32494e15a9151fe4ac7f3ad7d9b6"
        }
    },
    "extract_dir": "PFiles64\\Dangerzone",
    "bin": "dangerzone-cli.exe",
    "shortcuts": [
        [
            "dangerzone.exe",
            "DangerZone"
        ]
    ],
    "checkver": {
        "github": "https://github.com/freedomofpress/dangerzone"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/freedomofpress/dangerzone/releases/download/v$version/Dangerzone-$version.msi"
            }
        },
        "hash": {
            "url": "$baseurl/checksums-$version.txt"
        }
    }
}
