From 6d13b5f7e6cd7051ac70e0bcbc4fd61f4723342e Mon Sep 17 00:00:00 2001 From: gijsboddeus Date: Fri, 4 Feb 2022 11:56:37 +0100 Subject: [PATCH] added quicq image optimization to technologies --- .../webextension/images/icons/Quicq.svg | 4 ++++ src/technologies/q.json | 19 ++++++++++++++++++- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/Quicq.svg diff --git a/src/drivers/webextension/images/icons/Quicq.svg b/src/drivers/webextension/images/icons/Quicq.svg new file mode 100644 index 000000000..37f71e386 --- /dev/null +++ b/src/drivers/webextension/images/icons/Quicq.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/technologies/q.json b/src/technologies/q.json index 0052d2a39..b1ded2b93 100644 --- a/src/technologies/q.json +++ b/src/technologies/q.json @@ -160,6 +160,23 @@ "scriptSrc": "quicklink@([\\d.]+)/dist/quicklink.*\\.js\\;version:\\1", "website": "https://getquick.link/" }, + "Quicq": { + "cats": [ + 31, + 95, + 9 + ], + "description": "The perfect image for all visitors and devices. Quicq's smart technology automatically switches between different next-gen image formats based on the visitor's device.", + "dom": "img[src*='.qcqcdn.com/'], img[data-src*='.qcqcdn.com/']", + "icon": "Quicq.svg", + "pricing": [ + "freemium", + "mid", + "recurring", + "poa" + ], + "website": "https://afosto.com/apps/quicq" + }, "Quill": { "cats": [ 24 @@ -183,4 +200,4 @@ "scriptSrc": "\\.quora\\.com/", "website": "https://quoraadsupport.zendesk.com/hc/en-us/categories/115001573928-Pixels-Tracking" } -} \ No newline at end of file +}