DEFVER=1
get_github_releases "agam778/MS-365-Electron" "latest"
if [ "${ACTION}" != "prettylist" ]; then
    URL=$(grep -m 1 "browser_download_url.*${HOST_ARCH}\.deb\"" "${CACHE_FILE}" | cut -d'"' -f4)
    VERSION_PUBLISHED=$(echo "${URL}" | cut -d'/' -f8 | tr -d v)
fi
PRETTY_NAME="Office 365"
WEBSITE="https://agam778.github.io/MS-365-Electron/"
SUMMARY="An Unofficial Microsoft Office 365 Desktop Client made with Electron."
