From 05e7b8f1fcfd2880c45744b9a8cbf6487bc18783 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 15 Aug 2022 10:59:56 +0600 Subject: [PATCH 1/2] Add Totaro / lms --- src/drivers/webextension/images/icons/Totara.svg | 5 +++++ src/technologies/t.json | 15 +++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Totara.svg diff --git a/src/drivers/webextension/images/icons/Totara.svg b/src/drivers/webextension/images/icons/Totara.svg new file mode 100644 index 000000000..be2a34b58 --- /dev/null +++ b/src/drivers/webextension/images/icons/Totara.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/technologies/t.json b/src/technologies/t.json index 19b29d89d..31d41d621 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -1941,6 +1941,21 @@ ], "website": "https://www.totango.com" }, + "Totaro": { + "cats": [ + 21 + ], + "description": "Totara is a learning management system designed for businesses.", + "icon": "Totaro.svg", + "cookies": { + "TotaraSession": "" + }, + "saas": true, + "pricing": [ + "poa" + ], + "website": "https://www.totaralearning.com" + }, "Touch2Success": { "cats": [ 6 From 40b398d479143f162c26505346df6660081f8420 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 15 Aug 2022 11:02:27 +0600 Subject: [PATCH 2/2] fix --- src/technologies/t.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies/t.json b/src/technologies/t.json index 31d41d621..c47728cc7 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -1941,12 +1941,12 @@ ], "website": "https://www.totango.com" }, - "Totaro": { + "Totara": { "cats": [ 21 ], "description": "Totara is a learning management system designed for businesses.", - "icon": "Totaro.svg", + "icon": "Totara.svg", "cookies": { "TotaraSession": "" },