From 9a19ccdb570aecbc005c525e9e491d07d3de8d8b Mon Sep 17 00:00:00 2001 From: James Martindale <11380394+jkmartindale@users.noreply.github.com> Date: Tue, 8 Feb 2022 16:52:51 -0600 Subject: [PATCH] Add Toastr 11.1k stars https://github.com/CodeSeven/toastr --- src/drivers/webextension/images/icons/toastr.png | Bin 0 -> 1583 bytes src/technologies/t.json | 14 +++++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/toastr.png diff --git a/src/drivers/webextension/images/icons/toastr.png b/src/drivers/webextension/images/icons/toastr.png new file mode 100644 index 0000000000000000000000000000000000000000..0a80cb0ad65654239118017e3280949b7c6326b2 GIT binary patch literal 1583 zcmV+~2GIG5P)01Xq4lzR*^_I7a0VL_gPxXzs0m@vM8QY)smfdC`1P?Yy0bQbWdVNxXn%w0KkRwUht=0ICr)@$T&L z@9x}yN9~nV^6TgHxQO_(bnu>B?wVWdmRRqZSJ{6}%y>)1XgTrm@bT~O@8;t3(6;r= zsrAI1`N5L(x{dLtZ|$LL>6c;iqG0BdUFwru;g4C|i&)==Q|yvY;DbrneMi)IMB9Es zv1LNKXhG0*K)Yc&_4fDn^z!rY@blx@?c3Ge(9HAN%k|yK|KPv%)VKcAu>H)V|IeZQ z%bfqbi}$*P^R$ETuYdixeBPpa@vVCHt#k0FbM>fiTQsdzGre9i%V;pKQ7-7=-uUO+ zn;n4Nr&+^y8^VY%i*uVeWyz|$*&bzkq(Xr*euK(Dq_Q<6A#-RVmng7C$?y`>g z!HV>;iNTzS;;V)Iv4Z@ueEGI|?WlU%ns)1>b?u#Q_Nr*~qG$1&W$Kt@)QV*Ip=0EV zUFeKl-iTV%fmY6YRp^gY@0L;Nj!nIFP2h$~zi~*tZ%4y!LE(l#$!$QjVnFGMJkxSH z&2BlxWHqx{GJQBN%4I92Nh_g6D#u&p>0EQ<3`WnM=0001JbW%=J00IOA z0sj8}{`?FG{{H^{{g@mX{{H^{{rvp={QUd*`S|$u)Vi0Jk$Y=OH2(hn{r&v>{QLU) z`uFtn@9yjC>E_|i$iu?Cx3#metEHr%l9G~zfO>azbY);#Syxg>IW;jRA|D(N#&mTlZvzi{OW@e5+?Y;)(>Mldiif$d>p z5K^-f)vH?4a%#$yii(Py%*s6W`8+kVeN%ywAe3Ztj;Aiae#NVO6UxfVGcz)#<*#aN z%riZ2EXWOVpOErd#k#dkO&fL`n3MqmnbV50i`t7;8Rji=N&qVGTFtqzwxNqp_RrLb z8JU?t6DA8}7rty?dQo5gm@@-IVo66E>w;X?zTST@1v$Lg1qIo6*pACz0)`1d!JGNF z@7lU@No()_6BEiNm6d1Y+4@~S28KN19n0XQ1e*Q}9l=*}uG?p)uuZ7YBA^ZfZ$QdjMx z!17=f!tN!?&9D2O?%vs7%HP?MT{Bbkwi*{Cpdn$+<@)grXV%wmyLR?>aTJJEDm42+ zw8K>}gv#|;be8_yyFIIry;7-7g$p^h89)&WSc=PAldRI+TVCWEh(Gq=MkG6gAwfOw zSUCk2h}7H*0lN%SMXXhC39ppytY}11L9vF3L0DaG^WD?o4DhUhX-KkWfHur{tcE~S hI0GIf%*-U_R{+j^*0TEXt&0Ev002ovPDHLkV1n`Yfl>ef literal 0 HcmV?d00001 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 +}