cal.pub0.org/packages/app-store/plausible/config.json

29 lines
765 B
JSON
Raw Normal View History

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