Files
calendar/packages/app-store/vimcal/config.json
T
d4c5a906b5 App Store Templates (#5289)
* Start by moving what we have to _templates

* WIP

* WIP

* Add create/edit/delete template commands

* Type fixes cli

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: zomars <zomars@me.com>
2023-01-18 15:30:25 -07:00

16 lines
509 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
}