DEFVER=1
get_website "$(unroll_url https://www.bluejeans.com/downloads)"
if [ "${ACTION}" != "prettylist" ]; then
    URL="$(grep "BlueJeans_.*\.deb\"" "${CACHE_FILE}" | head -n1 | cut -d"\"" -f 2)"
    local VERSION_TMP="${URL##*/BlueJeans_}"
    VERSION_PUBLISHED="${VERSION_TMP%%.deb}"
fi
PRETTY_NAME="BlueJeans Desktop App"
WEBSITE="https://www.bluejeans.com"
SUMMARY="The secure video conferencing platform that makes you more productive."
