diff --git a/bucket/proton-pass.json b/bucket/proton-pass.json new file mode 100644 index 00000000000000..73933eff21f2cc --- /dev/null +++ b/bucket/proton-pass.json @@ -0,0 +1,22 @@ +{ + "version": "1.32.7", + "description": "Free password manager with identity protection", + "homepage": "https://proton.me/pass", + "license": "GPL-3.0", + "url": "https://proton.me/download/pass/windows/ProtonPass-1.32.7-full.nupkg", + "hash": "d56e04953ac56adbd3bfe080ac0bac0289c4a3ee74295ee4570d5d49bc5c244c", + "extract_dir": "lib\\net45", + "shortcuts": [ + [ + "ProtonPass.exe", + "Proton Pass" + ] + ], + "checkver": { + "url": "https://proton.me/download/pass/windows/version.json", + "jsonpath": "$.Releases[0].Version" + }, + "autoupdate": { + "url": "https://proton.me/download/pass/windows/ProtonPass-$version-full.nupkg" + } +}