{
    "version": "8.2",
    "description": "Standalone binary inspection tool for android apps (APK).",
    "homepage": "https://github.com/google/android-classyshark/",
    "license": "Apache-2.0",
    "url": "https://github.com/google/android-classyshark/releases/download/8.2/ClassyShark.jar",
    "hash": "b3bd94ce2177f2423183070c3dd096cb9b695a70e8e04d8d7d3cca530d9b855d",
    "installer": {
        "script": "Set-Content \"$dir\\ClassyShark.bat\" (@('@echo off', 'start javaw.exe -jar %~dp0\\ClassyShark.jar %*') -join \"`r`n\") -Encoding ASCII"
    },
    "bin": "ClassyShark.jar",
    "shortcuts": [
        [
            "ClassyShark.bat",
            "ClassyShark"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "url": "https://github.com/google/android-classyshark/releases/download/$version/ClassyShark.jar"
    }
}
