From 8b9ca9f3c9935cbffb8b75be1be416d9b7406e0a Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 16 Jan 2023 12:39:53 +0900 Subject: [PATCH] add PostHog Detection --- .../webextension/images/icons/PostHog.svg | 12 ++++++++++++ src/technologies/p.json | 19 ++++++++++++++++++- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/PostHog.svg diff --git a/src/drivers/webextension/images/icons/PostHog.svg b/src/drivers/webextension/images/icons/PostHog.svg new file mode 100644 index 000000000..b062d58a5 --- /dev/null +++ b/src/drivers/webextension/images/icons/PostHog.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/technologies/p.json b/src/technologies/p.json index 9fe4d6043..6ccb9263f 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -2101,6 +2101,23 @@ ], "website": "https://www.postaffiliatepro.com" }, + "PostHog": { + "cats": [ + 10 + ], + "description": "PostHog is the all-in-one platform for building better products - with product analytics, feature flags, session recordings, a/b testing, heatmaps, and more.", + "icon": "PostHog.svg", + "js": { + "posthog": "" + }, + "pricing": [ + "freemium", + "recurring" + ], + "saas": true, + "scriptSrc": "app\\.posthog\\.com/", + "website": "https://posthog.com" + }, "PostNL": { "cats": [ 99 @@ -3391,4 +3408,4 @@ }, "website": "http://punbb.informer.com" } -} \ No newline at end of file +}