{
    "version": "2.1.12",
    "description": "Downloads image albums from various websites in bulk.",
    "homepage": "https://github.com/ripmeapp2/ripme",
    "license": "MIT",
    "suggest": {
        "JRE": "java/temurin17-jre"
    },
    "url": "https://github.com/ripmeapp2/ripme/releases/download/2.1.12/ripme-2.1.12-7-d0b97acd.jar#/ripme.jar",
    "hash": "ac40e5ff60f8e0bc7832874de529283a77f9e07d5a7d4a0e8f81e05d43e2df58",
    "pre_install": "Set-Content \"$dir\\ripme.cmd\" '@start javaw.exe -jar \"%~dp0ripme.jar\" %*' -Encoding Ascii",
    "bin": "ripme.jar",
    "shortcuts": [
        [
            "ripme.cmd",
            "RipMe"
        ]
    ],
    "persist": "rips",
    "checkver": {
        "github": "https://api.github.com/repos/ripmeapp2/ripme/releases/latest",
        "jsonpath": "$..browser_download_url",
        "regex": "download/(?<tag>[\\d.]+)/ripme-([\\d.]+)-(?<num>[\\d.]+)-(?<commit>[a-fA-F0-9]+)\\.jar"
    },
    "autoupdate": {
        "url": "https://github.com/ripmeapp2/ripme/releases/download/$matchTag/ripme-$version-$matchNum-$matchCommit.jar#/ripme.jar"
    }
}
