diff --git a/share/apps.json b/share/apps.json index e65ef452d..795697382 100644 --- a/share/apps.json +++ b/share/apps.json @@ -3171,6 +3171,12 @@ "headers": { "Server": "(?:mod_rails|mod_rack|Phusion(?:\\.|_)Passenger)\\;confidence:50", "X-Powered-By": "(?:mod_rails|mod_rack|Phusion[\\._ ]Passenger)(?: \\(mod_rails/mod_rack\\))?(?: ?/?([\\d\\.]+))?\\;version:\\1\\;confidence:50" }, "implies": "Ruby" }, + "RxJS" : { + "website": "reactive-extensions.github.io/RxJS/", + "cats": [ 12 ], + "script": "rx(?:\\.\\w+)?(?:\\.compat)?(?:\\.min)?\\.js", + "env": "^Rx$" + }, "S.Builder": { "website": "www.sbuilder.ru", "cats": [ 1 ], diff --git a/share/images/icons/RxJS.png b/share/images/icons/RxJS.png new file mode 100644 index 000000000..9e904e134 Binary files /dev/null and b/share/images/icons/RxJS.png differ