2022-04-15 02:04:21 +00:00
|
|
|
import { metadata as applecalendar } from "./applecalendar/_metadata";
|
|
|
|
import { metadata as caldavcalendar } from "./caldavcalendar/_metadata";
|
|
|
|
import { metadata as dailyvideo } from "./dailyvideo/_metadata";
|
2022-05-02 20:39:35 +00:00
|
|
|
import { metadata as giphy } from "./giphy/_metadata";
|
2022-04-15 02:04:21 +00:00
|
|
|
import { metadata as googlecalendar } from "./googlecalendar/_metadata";
|
|
|
|
import { metadata as googlevideo } from "./googlevideo/_metadata";
|
2022-04-20 20:20:02 +00:00
|
|
|
import { metadata as hubspotothercalendar } from "./hubspotothercalendar/_metadata";
|
2022-04-15 02:04:21 +00:00
|
|
|
import { metadata as huddle01video } from "./huddle01video/_metadata";
|
|
|
|
import { metadata as jitsivideo } from "./jitsivideo/_metadata";
|
2022-05-02 21:44:37 +00:00
|
|
|
import { metadata as metamask } from "./metamask/_metadata";
|
2022-04-15 02:04:21 +00:00
|
|
|
import { metadata as office365calendar } from "./office365calendar/_metadata";
|
|
|
|
import { metadata as office365video } from "./office365video/_metadata";
|
|
|
|
import { metadata as slackmessaging } from "./slackmessaging/_metadata";
|
2022-05-04 04:06:20 +00:00
|
|
|
import { metadata as spacebooking } from "./spacebooking/_metadata";
|
2022-04-15 02:04:21 +00:00
|
|
|
import { metadata as stripepayment } from "./stripepayment/_metadata";
|
|
|
|
import { metadata as tandemvideo } from "./tandemvideo/_metadata";
|
2022-04-15 02:24:27 +00:00
|
|
|
import { metadata as wipemycalother } from "./wipemycalother/_metadata";
|
2022-05-03 23:16:59 +00:00
|
|
|
import { metadata as zapier } from "./zapier/_metadata";
|
2022-04-15 02:04:21 +00:00
|
|
|
import { metadata as zoomvideo } from "./zoomvideo/_metadata";
|
|
|
|
|
|
|
|
export const appStoreMetadata = {
|
|
|
|
applecalendar,
|
|
|
|
caldavcalendar,
|
|
|
|
dailyvideo,
|
|
|
|
googlecalendar,
|
|
|
|
googlevideo,
|
2022-04-20 20:20:02 +00:00
|
|
|
hubspotothercalendar,
|
2022-04-15 02:04:21 +00:00
|
|
|
huddle01video,
|
|
|
|
jitsivideo,
|
|
|
|
office365calendar,
|
|
|
|
office365video,
|
|
|
|
slackmessaging,
|
|
|
|
stripepayment,
|
2022-05-04 04:06:20 +00:00
|
|
|
spacebooking,
|
2022-04-15 02:04:21 +00:00
|
|
|
tandemvideo,
|
|
|
|
zoomvideo,
|
2022-04-15 02:24:27 +00:00
|
|
|
wipemycalother,
|
2022-05-02 21:44:37 +00:00
|
|
|
metamask,
|
2022-05-01 20:42:35 +00:00
|
|
|
giphy,
|
2022-05-03 23:16:59 +00:00
|
|
|
zapier,
|
2022-04-15 02:04:21 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
export default appStoreMetadata;
|