{
    "version": "1.20",
    "description": "Zero dependency, small footprint, cross-platform I2P Java Router with simple tunnel/socks controller and SAM interface",
    "homepage": "https://github.com/i2p-zero/i2p-zero",
    "license": "BSD-3-Clause|Apache-2.0",
    "url": "https://github.com/i2p-zero/i2p-zero/releases/download/v1.20/i2p-zero-win-gui.v1.20.zip",
    "hash": "20723da50684c6a6581b36f8c7a90e9d63baf0e4848e0b781a343ad1791ab2a0",
    "extract_dir": "i2p-zero-win-gui.v1.20\\router",
    "bin": "i2p-zero.exe",
    "shortcuts": [
        [
            "i2p-zero.exe",
            "I2P zero"
        ]
    ],
    "persist": [
        "runtime\\conf",
        "runtime\\i2p.base"
    ],
    "checkver": "github",
    "autoupdate": {
        "url": "https://github.com/i2p-zero/i2p-zero/releases/download/v$version/i2p-zero-win-gui.v$version.zip",
        "hash": {
            "url": "https://github.com/i2p-zero/i2p-zero/releases/tag/v$version",
            "regex": "(?sm)Windows GUI<.*?<code>$sha256"
        },
        "extract_dir": "i2p-zero-win-gui.v$version\\router"
    }
}
