{
    "version": "2.13.2",
    "description": "A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More).",
    "homepage": "https://bytecodeviewer.com/",
    "license": "GPL-3.0",
    "url": [
        "https://github.com/Konloch/bytecode-viewer/releases/download/v2.13.2/Bytecode-Viewer-2.13.2.jar#/bytecode-viewer.jar",
        "https://github.com/Konloch/bytecode-viewer/raw/v2.13.2/BCV%20Icon.ico#/icon.ico"
    ],
    "hash": [
        "2e23ead17825711bfbf25ffbc6c6af32ca89b057a8e7ccb856cc096ed7f83516",
        "8e16053d3061109c40587c9dfdb7f63229487c90b2a23717c19d0d04b61698ee"
    ],
    "pre_install": "Set-Content \"$dir\\bytecode-viewer.cmd\" -Value '@start javaw -jar \"%~dp0bytecode-viewer.jar\"' -Encoding 'utf8' -Force",
    "bin": "bytecode-viewer.jar",
    "shortcuts": [
        [
            "bytecode-viewer.cmd",
            "Bytecode Viewer",
            "",
            "icon.ico"
        ]
    ],
    "checkver": {
        "github": "https://github.com/Konloch/bytecode-viewer"
    },
    "autoupdate": {
        "url": [
            "https://github.com/Konloch/bytecode-viewer/releases/download/v$version/Bytecode-Viewer-$version.jar#/bytecode-viewer.jar",
            "https://github.com/Konloch/bytecode-viewer/raw/v$version/BCV%20Icon.ico#/icon.ico"
        ]
    }
}
