DEFVER=1
#installs in Bullseye, but doesn't launch due to outdated Glibc
CODENAMES_SUPPORTED="bookworm trixie sid jammy noble plucky questing"
get_website "https://proton.me/download/PassDesktop/linux/x64/version.json"
if [ "${ACTION}" != prettylist ]; then
    URL="$(grep -o -m 1 "https://.*\.deb" "${CACHE_FILE}")"
    VERSION_PUBLISHED="$(cut -d '_' -f 2 <<< "${URL}")"
fi
PRETTY_NAME="Proton Pass"
WEBSITE="https://proton.me/pass"
SUMMARY="Free password manager with identity protection."
