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": "" },