{
    "version": "5.12.19",
    "homepage": "https://nordpass.com/",
    "description": "A password manager and generator app with an encrypted vault for secure passwords, created by the developers of NordVPN.",
    "license": {
        "identifier": "Freeware",
        "url": "https://my.nordaccount.com/legal/terms-of-service/nordpass/"
    },
    "architecture": {
        "64bit": {
            "url": "https://downloads.npass.app/windows/NordPassSetup.exe#/dl.7z",
            "hash": "sha512:5f592ad2e34e303edae4b10d1b1de48768e4d44104bb01e3b368e787527027de8adc3bca0269804f2f1be03940d71424db45d560f33c2856c3c5670b279f7ec8",
            "pre_install": "Expand-7zipArchive \"$dir\\app-64.7z\" $dir -Removal"
        }
    },
    "extract_dir": "$PLUGINSDIR",
    "shortcuts": [
        [
            "NordPass.exe",
            "NordPass"
        ]
    ],
    "checkver": {
        "url": "https://downloads.npass.app/windows/latest.yml",
        "regex": "version:\\s([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://downloads.npass.app/windows/NordPassSetup.exe#/dl.7z",
                "hash": {
                    "url": "$baseurl/latest.yml",
                    "regex": "sha512:\\s$base64"
                }
            }
        }
    }
}
