* feat(app-store): add facetime app to app-store Add the facetime app to the app-store allowing for facetime web links and facetime app link schemes. fixes #6965 * Update packages/app-store/facetime/config.json * Remove unneeded files and make app follow the new app rules * fix(app-store): update facetime app config Update the regex and placeholder for the facetime app to reflect the decisions to only accept https://facetime.apple.com links. This was decided as it means that all participants can join a meeting even in the event that they don't have an Apple device. --------- Co-authored-by: Peer Richelsen <peer@cal.com> Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
27 lines
888 B
JSON
27 lines
888 B
JSON
{
|
|
"/*": "Don't modify slug - If required, do it using cli edit command",
|
|
"name": "Facetime",
|
|
"title": "Facetime",
|
|
"slug": "facetime",
|
|
"type": "facetime_video",
|
|
"imageSrc": "/api/app-store/facetime/icon.svg",
|
|
"logo": "/api/app-store/facetime/icon.svg",
|
|
"url": "https://cal.com/apps/facetime",
|
|
"variant": "conferencing",
|
|
"categories": ["video"],
|
|
"publisher": "Mythie",
|
|
"email": "help@cal.com",
|
|
"description": "Facetime makes it super simple for collaborating teams to jump on a video call.",
|
|
"__createdUsingCli": true,
|
|
"appData": {
|
|
"location": {
|
|
"linkType": "static",
|
|
"type": "integrations:facetime_video",
|
|
"label": "Facetime",
|
|
"organizerInputPlaceholder": "https://facetime.apple.com/join... link copied from the FaceTime app",
|
|
"urlRegExp": "^https?:\\/\\/facetime\\.apple\\.com\\/join.+$"
|
|
}
|
|
},
|
|
"isTemplate": false
|
|
}
|