{
    "version": "1.0.6",
    "description": "Password manager application with strong encryption (AES-256)",
    "homepage": "https://github.com/gaborbata/jpass",
    "license": {
        "identifier": "MIT|GPL-3.0|LGPL-3.0|Apache-2.0|BSD-3-Clause|CC-BY-4.0",
        "url": "https://github.com/gaborbata/jpass/blob/master/LICENSE"
    },
    "notes": [
        "Install Java (JDK or JRE) if you do not already have. JPass will not work without it.",
        "Please make sure PATH, or JAVA_HOME environment variables point to a valid Java installation."
    ],
    "suggest": {
        "java": [
            "java/openjdk",
            "java/openjdk17",
            "java/openjdk11"
        ]
    },
    "url": "https://github.com/gaborbata/jpass/releases/download/v1.0.6/jpass-1.0.6-RELEASE.zip",
    "hash": "ba390f0cc63aa88c5b667c3fe6d2c69d15aad2afa5f196beca110a331309173b",
    "bin": "jpass.bat",
    "shortcuts": [
        [
            "jpass.bat",
            "JPass",
            "",
            "jpass.ico"
        ]
    ],
    "checkver": {
        "github": "https://github.com/gaborbata/jpass"
    },
    "autoupdate": {
        "url": "https://github.com/gaborbata/jpass/releases/download/v$version/jpass-$version-RELEASE.zip",
        "hash": {
            "url": "$url.sha256"
        }
    }
}
