cal.pub0.org/packages/app-store/giphy/_metadata.ts

26 lines
624 B
TypeScript
Raw Normal View History

2022-05-01 20:42:35 +00:00
import type { App } from "@calcom/types/App";
import _package from "./package.json";
export const metadata = {
name: "Giphy",
description: _package.description,
category: "other",
// If using static next public folder, can then be referenced from the base URL (/).
imageSrc: "/api/app-store/giphy/icon.svg",
logo: "/api/app-store/giphy/icon.svg",
2022-05-01 20:42:35 +00:00
publisher: "Cal.com",
rating: 0,
reviews: 0,
slug: "giphy",
title: "Giphy",
trending: true,
type: "giphy_other",
url: "https://cal.com/apps/giphy",
variant: "other",
verified: true,
email: "help@cal.com",
} as App;
export default metadata;