diff --git a/src/drivers/webextension/images/icons/KAMAR.svg b/src/drivers/webextension/images/icons/KAMAR.svg new file mode 100644 index 000000000..04ab1393c --- /dev/null +++ b/src/drivers/webextension/images/icons/KAMAR.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/src/technologies/k.json b/src/technologies/k.json index 7e1572eb6..27698070b 100644 --- a/src/technologies/k.json +++ b/src/technologies/k.json @@ -218,6 +218,21 @@ "scripts": "kalturaPlayer", "website": "https://corp.kaltura.com" }, + "KAMAR": { + "cats": [ + 21 + ], + "description": "KAMAR is a Student Management System utilised by secondary schools.", + "icon": "KAMAR.svg", + "js": { + "KAMAR.has_address_ben_found": "" + }, + "pricing": [ + "poa" + ], + "saas": true, + "website": "https://kamar.nz" + }, "Kameleoon": { "cats": [ 74 diff --git a/src/technologies/m.json b/src/technologies/m.json index 992a8ad82..63d5b987b 100644 --- a/src/technologies/m.json +++ b/src/technologies/m.json @@ -3146,11 +3146,13 @@ "cats": [ 59 ], + "description": "Math.js a JavaScript library that provides a comprehensive set of mathematical functions and capabilities for performing complex calculations and operations in web applications.", "icon": "math.js.png", "js": { "mathjs": "" }, "scriptSrc": "math(?:\\.min)?\\.js", + "oss": true, "website": "https://mathjs.org" }, "mdBook": {