diff --git a/src/drivers/webextension/images/icons/LiveSession.svg b/src/drivers/webextension/images/icons/LiveSession.svg new file mode 100644 index 000000000..74e3995f8 --- /dev/null +++ b/src/drivers/webextension/images/icons/LiveSession.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/technologies/l.json b/src/technologies/l.json index 0bcb01341..40a16583f 100644 --- a/src/technologies/l.json +++ b/src/technologies/l.json @@ -1647,5 +1647,22 @@ "implies": "YouTube", "oss": true, "website": "https://github.com/paulirish/lite-youtube-embed" + }, + "LiveSession": { + "cats": [ + 10 + ], + "description": "LiveSession helps increase conversion rates using session replays, and event-based product analytics.", + "icon": "LiveSession.svg", + "scriptSrc": [ + "cdn\\.livesession\\.io" + ], + "website": "https://livesession.io/", + "saas": true, + "pricing": [ + "low", + "freemium", + "recurring" + ] } -} \ No newline at end of file +}