Files
calendar/packages/app-store/umami/config.json
T
30c31d3585 feat: support for adding script url added for umami (#16300)
* feat:  support for adding script url added for umami

This will help self hosters in setting up umami.

* feat:  set default value for script URL in the form field

---------

Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com>
2024-08-22 09:39:03 +02:00

29 lines
702 B
JSON

{
"name": "Umami",
"slug": "umami",
"type": "umami_analytics",
"logo": "icon.svg",
"url": "https://cal.com/",
"variant": "analytics",
"categories": ["analytics"],
"publisher": "Cal.com, Inc.",
"email": "help@cal.com",
"description": "Umami makes it easy to collect, analyze, and understand your web data — while maintaining visitor privacy and data ownership.",
"extendsFeature": "EventType",
"appData": {
"tag": {
"scripts": [
{
"src": "{SCRIPT_URL}",
"attrs": {
"data-website-id": "{SITE_ID}"
}
}
]
}
},
"isTemplate": false,
"__createdUsingCli": true,
"__template": "booking-pages-tag"
}