2
0
Files

29 lines
677 B
JSON
Raw Permalink Normal View History

2024-08-09 00:39:27 +02:00
{
"/*": "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,
"isOAuth": false
}