From a9bedcb4669530d758fed0cd517e595c9aa3982d Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Wed, 28 Jun 2023 06:50:13 +0530 Subject: [PATCH] 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" },