diff --git a/src/drivers/webextension/images/icons/jQuery Modal.png b/src/drivers/webextension/images/icons/jQuery Modal.png new file mode 100644 index 000000000..911933845 Binary files /dev/null and b/src/drivers/webextension/images/icons/jQuery Modal.png differ diff --git a/src/technologies/j.json b/src/technologies/j.json index 58d32a6fa..6fab99703 100644 --- a/src/technologies/j.json +++ b/src/technologies/j.json @@ -710,6 +710,18 @@ "scriptSrc": "jquery\\.sparkline.*\\.js", "website": "http://omnipotent.net/jquery.sparkline/" }, + "jQuery Modal": { + "cats": [ + 59 + ], + "description": "JQuery Modal is an overlay dialog box or in other words, a popup window that is made to display on the top or 'overlayed' on the current page.", + "icon": "jQuery Modal.png", + "implies": "jQuery", + "dom": "link[href*='jquery.modal.min.css']", + "scriptSrc": "jquery-modal/([\\d\\.]+)/jquery\\.modal\\.min\\.js\\;version:\\1", + "oss": true, + "website": "https://jquerymodal.com" + }, "jQuery UI": { "cats": [ 59