{
    "version": "1.0.5.5",
    "description": "A download manager for the HTTP(S) and FTP(S) protocols.",
    "homepage": "https://erickutcher.github.io/#HTTP_Downloader",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/erickutcher/httpdownloader/releases/download/v1.0.5.5/HTTP_Downloader_64.zip",
            "hash": "ce769e571e3dde37a76f0b40cd2831ef0890475389c1047f9aa5a9f3c62da162"
        },
        "32bit": {
            "url": "https://github.com/erickutcher/httpdownloader/releases/download/v1.0.5.5/HTTP_Downloader_32.zip",
            "hash": "4a9e1020e51d264c78239cee609ac435c82ff98ecb007ea29bb85a5aa70dd2b1"
        }
    },
    "pre_install": [
        "New-Item \"$dir\\portable\" -Force | Out-Null",
        "if (!(Test-Path \"$persist_dir\\http_downloader_settings\")) { New-Item \"$dir\\http_downloader_settings\" -Force | Out-Null }",
        "if (!(Test-Path \"$persist_dir\\download_history\")) { New-Item \"$dir\\download_history\" -Force | Out-Null }"
    ],
    "bin": "HTTP_Downloader.exe",
    "shortcuts": [
        [
            "HTTP_Downloader.exe",
            "HTTP Downloader"
        ]
    ],
    "persist": [
        "incomplete",
        "http_downloader_settings",
        "download_history"
    ],
    "checkver": {
        "url": "https://github.com/erickutcher/httpdownloader/releases",
        "regex": "tree/v([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/erickutcher/httpdownloader/releases/download/v$version/HTTP_Downloader_64.zip"
            },
            "32bit": {
                "url": "https://github.com/erickutcher/httpdownloader/releases/download/v$version/HTTP_Downloader_32.zip"
            }
        }
    }
}
