* Create requires Google Cal component * Create installed GCal message * Move requires GCal component to App * Clean up * Abstract prerequisite component * Add requires message on app card * Refactor to dependency * Clean up * Change typeform dep & remove app card dep component * Clean up * Change dependency to dependencies * Pass disableInstall to default install button for AppCard * Refactor app page to dependencies * Type fix * More type fixes * Update apps/web/components/apps/App.tsx * Apply suggestions from code review --------- Co-authored-by: Peer Richelsen <peeroke@gmail.com> Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
17 lines
548 B
JSON
17 lines
548 B
JSON
{
|
|
"/*": "Don't modify slug - If required, do it using cli edit command",
|
|
"name": "Vimcal",
|
|
"slug": "vimcal",
|
|
"type": "vimcal_other",
|
|
"imageSrc": "/api/app-store/vimcal/icon.svg",
|
|
"logo": "/api/app-store/vimcal/icon.svg",
|
|
"url": "https://cal.com/apps/vimcal",
|
|
"variant": "other",
|
|
"categories": ["calendar"],
|
|
"publisher": "Cal.com, Inc.",
|
|
"email": "support@cal.com",
|
|
"description": "The world's fastest calendar, beautifully designed for a remote world\r",
|
|
"__createdUsingCli": true,
|
|
"dependencies": ["google-calendar"]
|
|
}
|