cal/packages/app-store/zapier/_metadata.ts
Hariom Balhara d3b9ebbd34
Add automation category and move zapier and n8n to it (#4410)
* Add automation category

* Move n8n and Zapier to automation category

* Fix n8n category

Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
2022-09-15 08:16:56 +00:00

26 lines
581 B
TypeScript

import type { AppMeta } from "@calcom/types/App";
import _package from "./package.json";
export const metadata = {
name: "Zapier",
description: _package.description,
installed: true,
category: "automation",
imageSrc: "/api/app-store/zapier/icon.svg",
logo: "/api/app-store/zapier/icon.svg",
publisher: "Cal.com",
rating: 0,
reviews: 0,
slug: "zapier",
title: "Zapier",
trending: true,
type: "zapier_automation",
url: "https://cal.com/apps/zapier",
variant: "other",
verified: true,
email: "help@cal.com",
} as AppMeta;
export default metadata;