DEFVER=1
get_github_releases "linux-man/nemo-mediainfo-tab" "latest"
if [ "${ACTION}" != "prettylist" ]; then
    URL=$(grep -m 1 "browser_download_url.*\.deb\"" "${CACHE_FILE}" | cut -d'"' -f4)
    VERSION_PUBLISHED=$(echo "${URL}" | cut -d'/' -f8 | sed "s/v//")
fi
PRETTY_NAME="nemo-mediainfo-tab"
WEBSITE="https://github.com/linux-man/nemo-mediainfo-tab"
SUMMARY="View media information from the properties tab"
