cal.pub0.org/packages/app-store/campfire/config.json

24 lines
803 B
JSON
Raw Normal View History

2022-08-26 11:35:19 +00:00
{
"/*": "Don't modify slug - If required, do it using cli edit command",
"name": "Campfire",
"slug": "campfire",
"type": "campfire_video",
"logo": "icon.svg",
"url": "https://cal.com/",
2022-08-26 11:35:19 +00:00
"variant": "conferencing",
chore: recategorize apps (#9306) * Remove unused code in InstalledAppsLayout * Add new app categories "crm", "conferencing" and "messaging" * Sort getAppCategories entries alphabetically * Fix 404s on new category pages (and remove hardcoded category lists) * Fix admin apps list not showing "no available apps" for new categories * Recategorise apps * Sync seed-app-store categories with config files * Replace unnecessary seed-app-store.config.json with appStoreMetadata * Copy video.svg to conferencing.svg * Add messaging.svg * Remove web3 from getAppCategories (used by installed apps, admin apps) * Fix app-store-cli categories - Add conferencing - Add CRM - Remove video - Remove web3 * Remove outdated web3 comment in seed-app-store * Update apps/web/public/static/locales/en/common.json * Add cron script to keep db apps in sync with app metadata * Add redirect for app category "video" to "conferencing" * Fix up "video" category overrides to apply to conferencing * Fix conferencing apps not showing as a location for non-team users * Restore "installed_app" string for conferencing apps * Make linter happier * Remove my "installed_app_conferencing_description" as this was fixed upstream * Quick tidy up * Add dry-run to syncAppMeta via CRON_ENABLE_APP_SYNC env * Replace console.log with logger in syncAppMeta --------- Co-authored-by: Peer Richelsen <peeroke@gmail.com> Co-authored-by: alannnc <alannnc@gmail.com> Co-authored-by: Hariom Balhara <hariombalhara@gmail.com> Co-authored-by: Omar López <zomars@me.com>
2023-06-28 16:22:51 +00:00
"categories": ["conferencing"],
2022-08-26 11:35:19 +00:00
"publisher": "Cal.com, Inc.",
"email": "help@cal.com",
"description": "Feel connected with your remote team. Team events, new hire onboardings, coffee chats, all on Campfire. No more awkward Zoom calls.\r\r",
"__createdUsingCli": true,
"appData": {
"location": {
"type": "integrations:campfire_video",
"label": "Campfire",
"linkType": "static",
2022-09-04 20:30:35 +00:00
"organizerInputPlaceholder": "https://party.campfire.to/your-team",
"urlRegExp": "^http(s)?:\\/\\/(www\\.)?party.campfire.to\\/[a-zA-Z0-9]*"
2022-08-26 11:35:19 +00:00
}
}
}