{
    "version": "5.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/5.2.0/persepolis_5.2.0.0_windows_64bit.exe",
            "hash": "b3abf88579e72626367c87bb3168ad2129783764c1671b594257fa1c7ccc47dd"
        }
    },
    "innosetup": true,
    "bin": [
        [
            "Persepolis Download Manager.exe",
            "persepolis"
        ]
    ],
    "shortcuts": [
        [
            "Persepolis Download Manager.exe",
            "Persepolis Download Manager"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/persepolisdm/persepolis/releases/latest",
        "jsonpath": "$..browser_download_url",
        "regex": "persepolis_([\\d.]+)_windows"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/persepolisdm/persepolis/releases/download/$matchHead/persepolis_$version_windows_64bit.exe"
            }
        }
    }
}
