cal/packages/app-store/around/config.json
Peer Richelsen 5bca02bac2
fix: full name of app authors and added correct urls (#9099)
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-05-30 14:25:56 +00:00

25 lines
773 B
JSON

{
"/*": "Don't modify slug - If required, do it using cli edit command",
"name": "Around",
"title": "Around",
"slug": "around",
"type": "around_video",
"logo": "icon.svg",
"url": "https://cal.com/",
"variant": "conferencing",
"categories": ["video"],
"publisher": "Cal.com",
"email": "help@cal.com",
"description": "Discover radically unique video calls designed to help hybrid-remote teams create, collaborate and celebrate together.",
"__createdUsingCli": true,
"appData": {
"location": {
"linkType": "static",
"type": "integrations:around_video",
"label": "Around Video",
"urlRegExp": "^http(s)?:\\/\\/(www\\.)?around.co\\/[a-zA-Z0-9]*",
"organizerInputPlaceholder": "https://www.around.co/rick"
}
}
}