From bb1b3b0c493d55307da002a378622275c9d6e7db Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 13 Jan 2023 00:33:56 +0600 Subject: [PATCH 1/2] Add LiveCanvas / wp-plugin,page-builder --- .../webextension/images/icons/LiveCanvas.svg | 4 ++++ src/technologies/l.json | 16 ++++++++++++++++ src/technologies/p.json | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/LiveCanvas.svg diff --git a/src/drivers/webextension/images/icons/LiveCanvas.svg b/src/drivers/webextension/images/icons/LiveCanvas.svg new file mode 100644 index 000000000..853431c39 --- /dev/null +++ b/src/drivers/webextension/images/icons/LiveCanvas.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/technologies/l.json b/src/technologies/l.json index 2df2b6ca9..33c933b96 100644 --- a/src/technologies/l.json +++ b/src/technologies/l.json @@ -972,6 +972,22 @@ "saas": true, "website": "https://www.liveagent.com" }, + "LiveCanvas": { + "cats": [ + 87, + 51 + ], + "description": "LiveCanvas is a Bootstrap 5 WordPress page builder.", + "icon": "LiveCanvas.svg", + "requires": "WordPress", + "scriptSrc": "/wp-content/plugins/livecanvas/", + "pricing": [ + "low", + "recurring", + "onetime" + ], + "website": "https://livecanvas.com" + }, "LiveChat": { "cats": [ 52 diff --git a/src/technologies/p.json b/src/technologies/p.json index 548ee841e..9dd614c27 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -521,7 +521,7 @@ ], "description": "Partytown is a lazy-loaded library to help relocate resource intensive scripts into a web worker, and off of the main thread.", "icon": "Partytown.svg", - "dom": "script[type*='text/partytown']" + "dom": "script[type*='text/partytown']", "js": { "partytown": "" }, From 5b2205688763f5ed91d81296fe9967cc8be79fb9 Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 13 Jan 2023 00:36:39 +0600 Subject: [PATCH 2/2] add implies --- src/technologies/l.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/technologies/l.json b/src/technologies/l.json index 33c933b96..49404a1a3 100644 --- a/src/technologies/l.json +++ b/src/technologies/l.json @@ -979,6 +979,7 @@ ], "description": "LiveCanvas is a Bootstrap 5 WordPress page builder.", "icon": "LiveCanvas.svg", + "implies": "Bootstrap", "requires": "WordPress", "scriptSrc": "/wp-content/plugins/livecanvas/", "pricing": [