cal/packages/app-store/telegram/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

24 lines
702 B
JSON

{
"/*": "Don't modify slug - If required, do it using cli edit command",
"name": "Telegram",
"slug": "telegram",
"type": "telegram_video",
"logo": "icon.svg",
"url": "https://cal.com/",
"variant": "conferencing",
"categories": ["video"],
"publisher": "Cal.com, Inc.",
"email": "support@cal.com",
"description": "Schedule a chat with your guests or have a Telegram Video call.",
"__createdUsingCli": true,
"appData": {
"location": {
"type": "integrations:telegram_video",
"label": "Telegram",
"linkType": "static",
"organizerInputPlaceholder": "https://t.me/MyUsername",
"urlRegExp": "^http(s)?:\\/\\/(www\\.)?t.me\\/[a-zA-Z0-9]*"
}
}
}