calcom/packages/app-store/spacebooking/_metadata.ts
alannnc 2cb663cd6a
feature/space-booking-app (#2673)
* Reschedule for dynamic events

* Fix lint

* feature/space-booking-app initial commit

* added loom video and fixes for main branch

* Revert previous commmit

* Renames spacebookingother to spacebooking

* Type and perf improvements

* Updated comment

* Update seed-app-store.ts

Co-authored-by: zomars <zomars@me.com>
2022-05-04 04:06:20 +00:00

26 lines
711 B
TypeScript

import type { App } from "@calcom/types/App";
import _package from "./package.json";
export const metadata = {
name: "SpaceBooking",
description: _package.description,
installed: true,
category: "other",
// If using static next public folder, can then be referenced from the base URL (/).
imageSrc: "/api/app-store/spacebooking/spacebooking.webp",
logo: "/api/app-store/spacebooking/spacebooking.webp",
publisher: "Cal.com",
rating: 0,
reviews: 0,
slug: "space-booking",
title: "SpaceBooking",
trending: true,
type: "spacebooking_other",
url: "https://cal.com/apps/spacebooking",
variant: "other",
verified: true,
email: "help@cal.com",
} as App;
export default metadata;