{
    "version": "3.4.0",
    "description": "A cross platform desktop reading app, based on the Readium Desktop toolkit",
    "homepage": "https://github.com/edrlab/thorium-reader",
    "license": "BSD-3-Clause",
    "architecture": {
        "64bit": {
            "url": "https://github.com/edrlab/thorium-reader/releases/download/v3.4.0/Thorium.Setup.3.4.0.exe#/dl.7z",
            "hash": "4f8eb97e3572602f27372125e300246db2cf9281f670b0f844b853c9c1340b67"
        },
        "arm64": {
            "url": "https://github.com/edrlab/thorium-reader/releases/download/v3.4.0/Thorium.Setup.3.4.0-arm64.exe#/dl.7z",
            "hash": "99f2ebc3db4c4f416157d456427ee2d0b545cbb2fb0aaccb31966ddf2abe8273"
        }
    },
    "pre_install": [
        "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-*.7z\" \"$dir\"",
        "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Force -Recurse"
    ],
    "shortcuts": [
        [
            "Thorium.exe",
            "Thorium"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/edrlab/thorium-reader/releases/download/v$version/Thorium.Setup.$version.exe#/dl.7z"
            },
            "arm64": {
                "url": "https://github.com/edrlab/thorium-reader/releases/download/v$version/Thorium.Setup.$version-arm64.exe#/dl.7z"
            }
        }
    }
}
