From 947fdc1653e82869e75b571b0af78c20ed5cd1a8 Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Fri, 20 Jan 2023 18:13:01 +0530 Subject: [PATCH 1/3] Truepush Detection added --- .../webextension/images/icons/truepush.svg | 39 +++++++++++++++++++ src/technologies/t.json | 12 ++++++ 2 files changed, 51 insertions(+) create mode 100644 src/drivers/webextension/images/icons/truepush.svg diff --git a/src/drivers/webextension/images/icons/truepush.svg b/src/drivers/webextension/images/icons/truepush.svg new file mode 100644 index 000000000..10db94dbc --- /dev/null +++ b/src/drivers/webextension/images/icons/truepush.svg @@ -0,0 +1,39 @@ + + + + + diff --git a/src/technologies/t.json b/src/technologies/t.json index 7590511b0..7b60f56a7 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -2575,6 +2575,18 @@ "scriptSrc": "cdn\\.nexternal\\.com/", "website": "https://www.truecommerce.com" }, + "Truepush": { + "cats": [ + 32 + ], + "description": "Truepush is web-based push notification service available for PWA, AMP, WordPress, and Shopify", + "icon": "truepush.svg", + "js": { + "truepush": "" + }, + "scriptSrc": "\\.truepush\\.com/sdk/([\\d\\.]+)\\;version:\\1", + "website": "https://www.truepush.com" + }, "Trumba": { "cats": [ 72 From ae90cffc8308317a861701210632827c13249c24 Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Sun, 22 Jan 2023 08:03:05 +0530 Subject: [PATCH 2/3] Truepush Detection Improved --- .../webextension/images/icons/truepush.svg | 41 ++----------------- src/technologies/t.json | 5 ++- 2 files changed, 6 insertions(+), 40 deletions(-) diff --git a/src/drivers/webextension/images/icons/truepush.svg b/src/drivers/webextension/images/icons/truepush.svg index 10db94dbc..990bd2c32 100644 --- a/src/drivers/webextension/images/icons/truepush.svg +++ b/src/drivers/webextension/images/icons/truepush.svg @@ -1,39 +1,4 @@ - - - - + + + diff --git a/src/technologies/t.json b/src/technologies/t.json index 7b60f56a7..bf443601d 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -2579,10 +2579,11 @@ "cats": [ 32 ], - "description": "Truepush is web-based push notification service available for PWA, AMP, WordPress, and Shopify", + "description": "Truepush is web-based push notification service available for PWA, AMP, WordPress, and Shopify.", "icon": "truepush.svg", "js": { - "truepush": "" + "truepush": "", + "truepushVersionInfo.key": "v([\\d\\.]+)\\;version:\\1" }, "scriptSrc": "\\.truepush\\.com/sdk/([\\d\\.]+)\\;version:\\1", "website": "https://www.truepush.com" From f7101eb2cf22221bacc8c4c633846a9497100173 Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Mon, 23 Jan 2023 07:19:14 +0530 Subject: [PATCH 3/3] Truepush minor change --- src/technologies/t.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/technologies/t.json b/src/technologies/t.json index bf443601d..33bfdd566 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -2585,7 +2585,6 @@ "truepush": "", "truepushVersionInfo.key": "v([\\d\\.]+)\\;version:\\1" }, - "scriptSrc": "\\.truepush\\.com/sdk/([\\d\\.]+)\\;version:\\1", "website": "https://www.truepush.com" }, "Trumba": {