{
    "version": "6.0.1",
    "description": "A JavaFX desktop application to split, merge, rotate and perform other manipulations on PDF documents",
    "homepage": "https://github.com/torakiki/pdfsam",
    "license": "AGPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/torakiki/pdfsam/releases/download/v6.0.1/pdfsam-basic-6.0.1-windows-x64.zip",
            "hash": "63c09c84df1cb8278f88c9fa02e84dc4f9490645ff91d81c05d53c690752b275",
            "extract_dir": "pdfsam-basic-6.0.1-windows-x64\\pdfsam"
        }
    },
    "bin": "pdfsam.exe",
    "shortcuts": [
        [
            "pdfsam.exe",
            "PDFsam"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "extract_dir": "pdfsam-basic-$version-windows-x64\\pdfsam",
                "url": "https://github.com/torakiki/pdfsam/releases/download/v$version/pdfsam-basic-$version-windows-x64.zip"
            }
        }
    }
}
