From ae90cffc8308317a861701210632827c13249c24 Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Sun, 22 Jan 2023 08:03:05 +0530 Subject: [PATCH] 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"