From 8b9ca9f3c9935cbffb8b75be1be416d9b7406e0a Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 16 Jan 2023 12:39:53 +0900 Subject: [PATCH 1/2] 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 +} From a59ab13adcfd420ea1e95f47f142a67bd6c589a4 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 18 Jan 2023 01:46:47 +0900 Subject: [PATCH 2/2] apply review --- src/technologies/p.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/technologies/p.json b/src/technologies/p.json index 6ccb9263f..ba9853be2 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -2105,16 +2105,17 @@ "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.", + "description": "PostHog is the open-source, all-in-one product analytics platform.", "icon": "PostHog.svg", "js": { "posthog": "" }, "pricing": [ "freemium", - "recurring" + "payg" ], "saas": true, + "oss": true, "scriptSrc": "app\\.posthog\\.com/", "website": "https://posthog.com" },