DEFVER=1
get_github_releases "kaikramer/keystore-explorer" "latest"
if [ "${ACTION}" != "prettylist" ]; then
    URL="$(grep "browser_download_url.*\.deb\"" "${CACHE_FILE}" | head -n1 | cut -d'"' -f4)"
    VERSION_PUBLISHED="$(echo "${URL}" | cut -d'_' -f2)"
fi
PRETTY_NAME="Keystore Explorer"
WEBSITE="https://keystore-explorer.org/"
SUMMARY="GUI app to manage SSL certificates and keys."
