From 2c59cc4b11e09dc806f1dd1dc857f65b43cdbdcc Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 18 Sep 2022 22:14:32 +0600 Subject: [PATCH 1/2] Add Trinity Audio / widget --- .../images/icons/Trinity Audio.svg | 5 +++++ src/technologies/t.json | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Trinity Audio.svg diff --git a/src/drivers/webextension/images/icons/Trinity Audio.svg b/src/drivers/webextension/images/icons/Trinity Audio.svg new file mode 100644 index 000000000..cf92f97bf --- /dev/null +++ b/src/drivers/webextension/images/icons/Trinity Audio.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/technologies/t.json b/src/technologies/t.json index b415e0cd7..dd12544cf 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -2191,6 +2191,25 @@ "scriptSrc": "\\.widget\\.trengo\\.eu/", "website": "https://trengo.com" }, + "Trinity Audio": { + "cats": [ + 5 + ], + "description": "Trinity Audio's AI-driven solutions help publishers and content creators create a world of smart audio experiences for their audiences, covering every stage of the audio journey from creation to distribution.", + "icon": "Trengo.svg", + "js": { + "TRINITY_PLAYER": "", + "TRINITY_DISPLAY": "" + }, + "pricing": [ + "freemium", + "low", + "recurring" + ], + "saas": true, + "scriptSrc": "//trinitymedia\\.ai/", + "website": "https://www.trinityaudio.ai" + }, "Tripadviser.Widget": { "cats": [ 5 From ac733d1efa4ae60cab31b90c14e196b9b2902683 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 18 Sep 2022 22:19:01 +0600 Subject: [PATCH 2/2] fix --- src/technologies/t.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/t.json b/src/technologies/t.json index dd12544cf..1a1ffc4aa 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -2196,7 +2196,7 @@ 5 ], "description": "Trinity Audio's AI-driven solutions help publishers and content creators create a world of smart audio experiences for their audiences, covering every stage of the audio journey from creation to distribution.", - "icon": "Trengo.svg", + "icon": "Trinity Audio.svg", "js": { "TRINITY_PLAYER": "", "TRINITY_DISPLAY": ""