DEFVER=1

get_website "https://proton.me/download/authenticator/linux/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 Authenticator"
WEBSITE="https://proton.me/authenticator"
SUMMARY="A secure authenticator app for two-factor authentication"
