Files
calendar/packages/app-store/giphy/_metadata.ts
T
Alex van AndelGitHubDevin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
237d7e95c4 fix: inline package.json descriptions in app-store _metadata.ts to fix Vitest RPC errors (#27931)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-02-13 08:41:39 -03:00

23 lines
603 B
TypeScript

import type { AppMeta } from "@calcom/types/App";
export const metadata = {
name: "Giphy",
description:
"GIPHY is your top source for the best & newest GIFs & Animated Stickers online. Find everything from funny GIFs, reaction GIFs, unique GIFs and more.",
installed: true,
categories: ["other"],
logo: "icon.svg",
publisher: "Cal.com",
slug: "giphy",
title: "Giphy",
type: "giphy_other",
url: "https://cal.com/apps/giphy",
variant: "other",
extendsFeature: "EventType",
email: "help@cal.com",
dirName: "giphy",
isOAuth: false,
} as AppMeta;
export default metadata;