DEFVER=1
get_github_releases "notable/notable" "latest"
if [ "${ACTION}" != "prettylist" ]; then
    URL=$(grep "browser_download_url.*\.deb\"" "${CACHE_FILE}" | cut -d'"' -f4)
    VERSION_PUBLISHED="$(echo "${URL}" | cut -d'/' -f8 | tr -d v)"
fi
PRETTY_NAME="Notable"
WEBSITE="https://notable.app/"
SUMMARY="The Markdown-based note-taking app that doesn't suck."
