2
0
Files
2024-08-09 22:27:03 +02:00

29 lines
684 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": "BLS media GbR.",
"email": "hello@bls-media.de",
"extendsFeature": "EventType",
"appData": {
"tag": {
"scripts": [
{
"src": "{PLAUSIBLE_URL}",
"attrs": {
"data-domain": "{TRACKING_ID}"
}
}
]
}
},
"description": "Simple, privacy-friendly Google Analytics alternative.",
"__createdUsingCli": true,
"isOAuth": false
}