From a8843205e036428698a0f5da0b86f8a533f5167a Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Mon, 26 Jun 2023 07:33:40 +0530 Subject: [PATCH 1/3] Vectary Detection added --- .../webextension/images/icons/vectary.svg | 17 +++++++++++++++++ src/technologies/v.json | 13 +++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 src/drivers/webextension/images/icons/vectary.svg diff --git a/src/drivers/webextension/images/icons/vectary.svg b/src/drivers/webextension/images/icons/vectary.svg new file mode 100644 index 000000000..9059ffbb8 --- /dev/null +++ b/src/drivers/webextension/images/icons/vectary.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/src/technologies/v.json b/src/technologies/v.json index f6579790d..a6cb95d0d 100644 --- a/src/technologies/v.json +++ b/src/technologies/v.json @@ -284,6 +284,19 @@ }, "website": "https://ve.com" }, + "Vectary": { + "cats": [ + 5 + ], + "description": "Vectary is fully-featured 3D modeling tool with photorealistic real-time rendering, augmented reality, interactions and animations.", + "dom": "iframe[src*='app\\.vectary\\.com/viewer/v1/']", + "icon": "vectary.svg", + "pricing": [ + "low", + "poa" + ], + "website:": "https://www.vectary.com" + }, "Vendre": { "cats": [ 6 From ff40cc6209cdf734a036b9664b5ac546b931d3f1 Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Mon, 26 Jun 2023 07:40:28 +0530 Subject: [PATCH 2/3] fix --- src/technologies/v.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/v.json b/src/technologies/v.json index a6cb95d0d..79e7c0852 100644 --- a/src/technologies/v.json +++ b/src/technologies/v.json @@ -295,7 +295,7 @@ "low", "poa" ], - "website:": "https://www.vectary.com" + "website": "https://www.vectary.com" }, "Vendre": { "cats": [ From a9bedcb4669530d758fed0cd517e595c9aa3982d Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Wed, 28 Jun 2023 06:50:13 +0530 Subject: [PATCH 3/3] Trace Updated --- .../webextension/images/icons/vectary.svg | 26 +++++++++++-------- src/technologies/v.json | 7 ++--- 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/src/drivers/webextension/images/icons/vectary.svg b/src/drivers/webextension/images/icons/vectary.svg index 9059ffbb8..713d852bf 100644 --- a/src/drivers/webextension/images/icons/vectary.svg +++ b/src/drivers/webextension/images/icons/vectary.svg @@ -1,17 +1,21 @@ - - - - - - + + + + + + + + + + + + + - - - - - + + diff --git a/src/technologies/v.json b/src/technologies/v.json index 79e7c0852..d083aa73d 100644 --- a/src/technologies/v.json +++ b/src/technologies/v.json @@ -286,14 +286,15 @@ }, "Vectary": { "cats": [ - 5 + 105 ], "description": "Vectary is fully-featured 3D modeling tool with photorealistic real-time rendering, augmented reality, interactions and animations.", - "dom": "iframe[src*='app\\.vectary\\.com/viewer/v1/']", + "dom": "iframe[src*='app.vectary.com/']", "icon": "vectary.svg", "pricing": [ "low", - "poa" + "freemium", + "recurring" ], "website": "https://www.vectary.com" },