{
    "version": "7.4.0",
    "description": "Powerful and easy to use e-book manager",
    "homepage": "https://calibre-ebook.com",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://download.calibre-ebook.com/7.4.0/calibre-portable-installer-7.4.0.exe",
            "hash": "sha512:0614a7bbaa8900202d8f47b8e3bb1d8d60f86be98ea71e9800631af5b14f64f3725b4060912a0f2967479cbb571a1962c0a23595a8709978e1e78ca400c1cf95"
        }
    },
    "installer": {
        "script": [
            "Start-Process \"$dir\\calibre-portable-installer-$version.exe\" @(\"$env:TEMP\") -Wait",
            "Move-Item \"$env:TEMP\\Calibre Portable\\**\" \"$dir\"",
            "Remove-Item \"$env:TEMP\\Calibre Portable\""
        ]
    },
    "bin": [
        [
            "calibre-portable.exe",
            "calibre"
        ],
        "calibre-portable.exe",
        "Calibre\\calibre-complete.exe",
        "Calibre\\calibre-customize.exe",
        "Calibre\\calibredb.exe",
        "Calibre\\calibre-debug.exe",
        "Calibre\\calibre-parallel.exe",
        "Calibre\\calibre-server.exe",
        "Calibre\\calibre-smtp.exe",
        "Calibre\\ebook-convert.exe",
        "Calibre\\ebook-device.exe",
        "Calibre\\ebook-edit.exe",
        "Calibre\\ebook-meta.exe",
        "Calibre\\ebook-polish.exe",
        "Calibre\\ebook-viewer.exe",
        "Calibre\\fetch-ebook-metadata.exe",
        "Calibre\\lrf2lrs.exe",
        "Calibre\\lrs2lrf.exe",
        "Calibre\\lrfviewer.exe",
        "Calibre\\markdown-calibre.exe",
        "Calibre\\web2disk.exe"
    ],
    "shortcuts": [
        [
            "calibre-portable.exe",
            "Calibre"
        ],
        [
            "Calibre\\ebook-edit.exe",
            "Calibre E-Book Editor"
        ],
        [
            "Calibre\\ebook-viewer.exe",
            "Calibre E-Book Viewer"
        ],
        [
            "Calibre\\lrfviewer.exe",
            "Calibre LRF Viewer"
        ]
    ],
    "persist": [
        "Calibre Library",
        "Calibre Settings"
    ],
    "checkver": {
        "github": "https://github.com/kovidgoyal/calibre"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://download.calibre-ebook.com/$version/calibre-portable-installer-$version.exe",
                "hash": {
                    "url": "https://calibre-ebook.com/signatures/calibre-portable-installer-$version.exe.sha512"
                }
            }
        }
    }
}
