cal/packages/app-store/plausible/config.json
Peer Richelsen 5bca02bac2
fix: full name of app authors and added correct urls (#9099)
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-05-30 14:25:56 +00:00

28 lines
657 B
JSON

{
"/*": "Don't modify slug - If required, do it using cli edit command",
"name": "Plausible",
"slug": "plausible",
"type": "plausible_analytics",
"logo": "icon.svg",
"url": "https://cal.com/",
"variant": "analytics",
"categories": ["analytics"],
"publisher": "Cal.com, Inc.",
"email": "help@cal.com",
"extendsFeature": "EventType",
"appData": {
"tag": {
"scripts": [
{
"src": "{PLAUSIBLE_URL}",
"attrs": {
"data-domain": "{TRACKING_ID}"
}
}
]
}
},
"description": "Simple, privacy-friendly Google Analytics alternative.",
"__createdUsingCli": true
}