From 8d4c2252c1ad4ab8cc6294568d442ea8eae11c4d Mon Sep 17 00:00:00 2001 From: rockeynebhwani Date: Wed, 25 Aug 2021 20:42:25 +0100 Subject: [PATCH] Added 'Quicklink' and fix another SVG name mismatch https://github.com/AliasIO/wappalyzer/issues/4332 --- .../webextension/images/icons/Quicklink.svg | 1 + src/technologies.json | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/Quicklink.svg diff --git a/src/drivers/webextension/images/icons/Quicklink.svg b/src/drivers/webextension/images/icons/Quicklink.svg new file mode 100644 index 000000000..b3fe06441 --- /dev/null +++ b/src/drivers/webextension/images/icons/Quicklink.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/technologies.json b/src/technologies.json index 361801846..4aad9ee47 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -17519,6 +17519,19 @@ }, "website": "http://opensolution.org" }, + "Quicklink": { + "cats": [ + 59 + ], + "description": "Quicklink is a JS library which aims to be a drop-in solution for sites to prefetch links based on what is in the user's viewport", + "icon": "Quicklink.svg", + "js": { + "quicklink": "", + "drupalSettings.quicklink": "" + }, + "scripts": "quicklink@([\\d.]+)/dist/quicklink.*\\.js\\;version:\\1", + "website": "https://getquick.link/" + }, "Quill": { "cats": [ 24 @@ -20276,7 +20289,7 @@ 90 ], "description": "Sitejabber is the leading destination for customer ratings and reviews of businesses. Consumers find ratings and read reviews to ensure they buy from the best companies.", - "icon": "Sitejabber.svg", + "icon": "SiteJabber.svg", "saas": true, "scripts": "biz\\.sitejabber\\.com", "website": "https://www.sitejabber.com/"