Files
calendar/packages/app-store/qr_code/config.json
T
44ef1f80e9 added QR code app, needs eventType.URL (#4701)
* wip added QR code app, needs settings

* added QR code settings, needs eventType.URL

* Make URL prop available to apps

* Add recurringEvent in available. It was missing earlier

* added autoAnimate to AppSettings

* Remove isSunrise demo prop

* Simplify schema even more

Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2022-10-17 16:38:43 +00:00

17 lines
541 B
JSON

{
"/*": "Don't modify slug - If required, do it using cli edit command",
"name": "QR Code",
"slug": "qr_code",
"type": "qr_code_other",
"imageSrc": "/api/app-store/qr_code/icon.svg",
"logo": "/api/app-store/qr_code/icon.svg",
"url": "https://cal.com/apps/qr_code",
"variant": "other",
"categories": ["other"],
"extendsFeature": "EventType",
"publisher": "Cal.com, Inc.",
"email": "support@cal.com",
"description": "Easily generate a QR code for your links to print, share, or embed.",
"__createdUsingCli": true
}