{
    "version": "3.2.0.0",
    "description": "Download manager & GUI for aria2.",
    "homepage": "https://persepolisdm.github.io",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/persepolisdm/persepolis/releases/download/3.2.0/persepolis_3.2.0.0_windows_64bit.exe",
            "hash": "3e1d5b1b129fa1b4931a01720230afc88952a33316e0d8927c16fb429188fd20"
        },
        "32bit": {
            "url": "https://github.com/persepolisdm/persepolis/releases/download/3.2.0/persepolis_3.2.0.0_windows_32bit.exe",
            "hash": "557269eba62eb97a441a718956def6769be9e77264fcf51bf71821ffc343980c"
        }
    },
    "innosetup": true,
    "bin": [
        [
            "Persepolis Download Manager.exe",
            "persepolis"
        ]
    ],
    "shortcuts": [
        [
            "Persepolis Download Manager.exe",
            "Persepolis Download Manager"
        ]
    ],
    "checkver": {
        "github": "https://github.com/persepolisdm/persepolis",
        "regex": "persepolis_([\\d.]+)_windows"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/persepolisdm/persepolis/releases/download/$matchHead/persepolis_$version_windows_64bit.exe"
            },
            "32bit": {
                "url": "https://github.com/persepolisdm/persepolis/releases/download/$matchHead/persepolis_$version_windows_32bit.exe"
            }
        }
    }
}
