2
0
Files
cal/calcom/packages/app-store/wipemycalother/_metadata.ts
2024-08-09 00:39:27 +02:00

25 lines
645 B
TypeScript

import type { AppMeta } from "@calcom/types/App";
import _package from "./package.json";
export const metadata = {
name: _package.name,
description: _package.description,
installed: true,
category: "automation",
categories: ["automation"],
// If using static next public folder, can then be referenced from the base URL (/).
logo: "icon-dark.svg",
publisher: "BLS media",
slug: "wipe-my-cal",
title: "Wipe my cal",
type: "wipemycal_other",
url: "https://cal.com/apps/wipe-my-cal",
variant: "other",
email: "hello@bls-media.de",
dirName: "wipemycalother",
isOAuth: false,
} as AppMeta;
export default metadata;