{
    "version": "6.1.7",
    "description": "Manga and anime downloader",
    "homepage": "https://hakuneko.download",
    "license": "Unlicense",
    "architecture": {
        "64bit": {
            "url": "https://github.com/manga-download/hakuneko/releases/download/v6.1.7/hakuneko-desktop_6.1.7_windows-portable_amd64.zip",
            "hash": "170e50b5e95a945fac9172f2ab7f2b8015c486f91468a6311593ac33075073f2",
            "extract_dir": "hakuneko-desktop_6.1.7_windows-portable_amd64"
        },
        "32bit": {
            "url": "https://github.com/manga-download/hakuneko/releases/download/v6.1.7/hakuneko-desktop_6.1.7_windows-portable_i386.zip",
            "hash": "c3c36ff824fba2258788f33ad2ed83b730443000cd554032c5433716162121d3",
            "extract_dir": "hakuneko-desktop_6.1.7_windows-portable_i386"
        }
    },
    "pre_install": "New-Item \"$dir\\hakuneko.exe.portable\" -Force | Out-Null",
    "bin": "hakuneko.exe",
    "shortcuts": [
        [
            "hakuneko.exe",
            "HakuNeko"
        ]
    ],
    "persist": [
        "userdata",
        "cache"
    ],
    "checkver": {
        "github": "https://github.com/manga-download/hakuneko"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/manga-download/hakuneko/releases/download/v$version/hakuneko-desktop_$version_windows-portable_amd64.zip",
                "extract_dir": "hakuneko-desktop_$version_windows-portable_amd64"
            },
            "32bit": {
                "url": "https://github.com/manga-download/hakuneko/releases/download/v$version/hakuneko-desktop_$version_windows-portable_i386.zip",
                "extract_dir": "hakuneko-desktop_$version_windows-portable_i386"
            }
        }
    }
}
