cal/packages/app-store/whereby/config.json
Hariom Balhara 51695ee79d
chore/AppStore: Remove deprecated imageSrc and make the paths relative in logo (#8479)
* Remove depreated imageSrc and make the paths relative in logo

* Do logo replacement at a single place

* Make logo relative at other places

* Fix campfire page not working in dev environment
2023-04-26 12:03:34 +01:00

25 lines
809 B
JSON

{
"/*": "Don't modify slug - If required, do it using cli edit command",
"name": "Whereby",
"title": "Whereby",
"slug": "whereby",
"type": "whereby_video",
"logo": "icon-dark.svg",
"url": "https://cal.com/apps/whereby",
"variant": "conferencing",
"categories": ["video"],
"publisher": "Cal.com",
"email": "help@cal.com",
"description": "Whereby makes it super simple for collaborating teams to jump on a video call.",
"__createdUsingCli": true,
"appData": {
"location": {
"linkType": "static",
"type": "integrations:whereby_video",
"label": "Whereby Video",
"organizerInputPlaceholder": "https://www.whereby.com/cal",
"urlRegExp": "^(?:https?://)?(?:(?!.*-\\.)(?:\\w+(-\\w+)*\\.))*whereby\\.com(/[\\w\\-._~:?#\\[\\]@!$&'()*+,;%=]+)*$"
}
}
}