From b561aad038e635078db295b873d8ed7af4bfd786 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 9 May 2022 13:27:26 +0600 Subject: [PATCH 1/2] Add ImageEngine / cdn, performance --- .../webextension/images/icons/ImageEngine.svg | 3 +++ src/technologies/i.json | 15 +++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 src/drivers/webextension/images/icons/ImageEngine.svg diff --git a/src/drivers/webextension/images/icons/ImageEngine.svg b/src/drivers/webextension/images/icons/ImageEngine.svg new file mode 100644 index 000000000..9e50132ff --- /dev/null +++ b/src/drivers/webextension/images/icons/ImageEngine.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/technologies/i.json b/src/technologies/i.json index d80348177..f19d312b9 100644 --- a/src/technologies/i.json +++ b/src/technologies/i.json @@ -188,6 +188,21 @@ "scriptSrc": "template-assets\\.iluria\\.com/commons/", "website": "https://www.iluria.com.br" }, + "ImageEngine": { + "cats": [ + 31, + 92 + ], + "description": "ImageEngine is an intelligent image content delivery network. ImageEngine will resize your image content tailored to the end users device.", + "icon": "ImageEngine.png", + "dom": "link[href*='.imgeng.in/'], img[src*='.imgeng.in/'], img[data-src*='.imgeng.in/'], source[srcset*='.imgeng.in/']", + "pricing": [ + "low", + "recurring" + ], + "saas": true, + "website": "https://imageengine.io" + }, "Image Relay": { "cats": [ 95 From 5855293d2d1ba874bceead082603852ceaeaa0be Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 9 May 2022 13:30:53 +0600 Subject: [PATCH 2/2] fix icon ext --- src/technologies/i.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/i.json b/src/technologies/i.json index f19d312b9..26571c5b5 100644 --- a/src/technologies/i.json +++ b/src/technologies/i.json @@ -194,7 +194,7 @@ 92 ], "description": "ImageEngine is an intelligent image content delivery network. ImageEngine will resize your image content tailored to the end users device.", - "icon": "ImageEngine.png", + "icon": "ImageEngine.svg", "dom": "link[href*='.imgeng.in/'], img[src*='.imgeng.in/'], img[data-src*='.imgeng.in/'], source[srcset*='.imgeng.in/']", "pricing": [ "low",