{
    "version": "2.14.0",
    "description": "Manga reader and library manager for the desktop",
    "homepage": "https://houdoku.org/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/xgi/houdoku/releases/download/v2.14.0/Houdoku-Setup-2.14.0.exe#/dl.7z",
            "hash": "sha512:7f9ae2cc63659a16ab014cc8dcf3338d88b6c6b44ccd8f3e40506d0ce426ce968ab1a9d4cbd3756a14052cb01e515e6a7464eb0fed0f5fecd373d2a3263e18df"
        }
    },
    "pre_install": [
        "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
        "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse -Force"
    ],
    "shortcuts": [
        [
            "Houdoku.exe",
            "Houdoku"
        ]
    ],
    "checkver": {
        "github": "https://github.com/xgi/houdoku"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/xgi/houdoku/releases/download/v$version/Houdoku-Setup-$version.exe#/dl.7z",
                "hash": {
                    "url": "$baseurl/latest.yml",
                    "regex": "sha512:\\s+$base64"
                }
            }
        }
    }
}
