diff --git a/src/drivers/webextension/images/icons/toastr.png b/src/drivers/webextension/images/icons/toastr.png new file mode 100644 index 000000000..0a80cb0ad Binary files /dev/null and b/src/drivers/webextension/images/icons/toastr.png differ diff --git a/src/technologies/t.json b/src/technologies/t.json index 5458eefc7..7480b851e 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -1500,6 +1500,18 @@ }, "website": "http://titan360.com" }, + "toastr": { + "description": "toastr is a Javascript library for non-blocking notifications. The goal is to create a simple core library that can be customized and extended.", + "cats": [ + 12 + ], + "icon": "toastr.png", + "js": { + "toastr.version": "(.*)\\;version:\\1" + }, + "oss": true, + "website": "https://github.com/CodeSeven/toastr" + }, "TomTom Maps": { "cats": [ 35 @@ -2487,4 +2499,4 @@ "implies": "Node.js", "website": "https://totaljs.com" } -} \ No newline at end of file +}