{
    "version": "7.6.20",
    "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:a5874e12c32b42e05ff911bb88d54ccc63218598c4bb5665d395bd792eb56ff47a609a48e9f74c4119b8200cc56750c4ede928840110faf89da5cd5eb680f8a7",
            "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"
                }
            }
        }
    }
}
