From 03a21b68de82028154a1851cc9e7ea9437f9fecb Mon Sep 17 00:00:00 2001 From: Johannes Andersen Date: Mon, 9 Nov 2020 13:40:15 +0000 Subject: [PATCH 01/20] Improve FingerprintJS detection --- .../webextension/images/icons/FingerprintJS.svg | 5 +++++ src/technologies.json | 13 +++++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 src/drivers/webextension/images/icons/FingerprintJS.svg diff --git a/src/drivers/webextension/images/icons/FingerprintJS.svg b/src/drivers/webextension/images/icons/FingerprintJS.svg new file mode 100644 index 000000000..d9da517c6 --- /dev/null +++ b/src/drivers/webextension/images/icons/FingerprintJS.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/technologies.json b/src/technologies.json index f5df3a2e3..ea3d976b7 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -4972,17 +4972,22 @@ "scripts": "^https://feedback\\.fish/ff\\.js", "website": "https://feedback.fish" }, - "Fingerprintjs": { + "FingerprintJS": { "cats": [ 59 ], "js": { "Fingerprint": "(\\d)?$\\;version:\\1", "Fingerprint2": "", - "Fingerprint2.VERSION": "^(.+)$\\;version:\\1" + "Fingerprint2.VERSION": "^(.+)$\\;version:\\1", + "FingerprintJS": "" }, - "scripts": "fingerprint(\\d)?(?:\\.min)?\\.js\\;version:\\1", - "website": "https://valve.github.io/fingerprintjs2/" + "scripts": [ + "fingerprint(\\d)?(?:\\.min)?\\.js\\;version:\\1", + "/fingerprintjs@(\\d)\\;version:\\1" + ], + "icon": "FingerprintJS.svg", + "website": "https://fingerprintjs.com/" }, "Firebase": { "cats": [ From 0342f6e94c95fe38b37fcff2a6de4c283461e064 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 11 Nov 2020 11:24:50 +0600 Subject: [PATCH 02/20] Add Yotta/ Tag manager --- src/drivers/webextension/images/icons/Yottaa.svg | 9 +++++++++ src/technologies.json | 14 ++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Yottaa.svg diff --git a/src/drivers/webextension/images/icons/Yottaa.svg b/src/drivers/webextension/images/icons/Yottaa.svg new file mode 100644 index 000000000..a8908e8c3 --- /dev/null +++ b/src/drivers/webextension/images/icons/Yottaa.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/technologies.json b/src/technologies.json index ab4b43b3b..9686baf9d 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -16168,6 +16168,20 @@ "icon": "YouTrack.png", "website": "http://www.jetbrains.com/youtrack/" }, + "Yottaa": { + "cats": [ + 42, + 74 + ], + "description": "Yottaa is the (SaaS) platform for accelerating ecommerce.", + "icon": "Yottaa.svg", + "meta": { + "X-Yottaa-Metrics": "", + "X-Yottaa-Optimizations": "" + }, + "scripts": "cdn\\.yottaa\\.\\w+/", + "website": "https://www.yottaa.com" + }, "YouTube": { "cats": [ 14 From 584e880aee597724554f8b736d738e5104b37a4d Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 11 Nov 2020 12:10:05 +0600 Subject: [PATCH 03/20] Add Dynamic Yield/Conv optimization tool --- .../webextension/images/icons/DynamicYield.svg | 8 ++++++++ src/technologies.json | 13 +++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 src/drivers/webextension/images/icons/DynamicYield.svg diff --git a/src/drivers/webextension/images/icons/DynamicYield.svg b/src/drivers/webextension/images/icons/DynamicYield.svg new file mode 100644 index 000000000..9b59ca408 --- /dev/null +++ b/src/drivers/webextension/images/icons/DynamicYield.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/technologies.json b/src/technologies.json index ab4b43b3b..a423468bc 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -4303,6 +4303,19 @@ }, "website": "http://www.dynamicweb.dk" }, + "Dynamic Yield": { + "cats": [ + 74 + ], + "icon": "DynamicYield.svg", + "description": "Dynamic Yield is a provider of automated conversion optimization tools for marketers and retailers.", + "cookies": { + "_dy_geo": "", + "_dy_ses_load_seq": "" + }, + "scripts": "cdn\\.dynamicyield\\.\\w+/", + "website": "https://www.dynamicyield.com" + }, "Dynatrace": { "cats": [ 10 From 031448db0af94d987d4625777098124109a1e7fc Mon Sep 17 00:00:00 2001 From: Honjes Date: Wed, 11 Nov 2020 15:50:16 +0100 Subject: [PATCH 04/20] Update technologies.json - removing js detection for sweetAlert - adding scripts that can be detected for sweetalert and sweetalert2 --- src/technologies.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index ab4b43b3b..64764140d 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -13748,10 +13748,10 @@ ], "html": "]+?href=\"[^\"]+sweet-alert(?:\\.min)?\\.css", "icon": "SweetAlert.png", - "js": { - "swal": "" - }, - "scripts": "sweet-alert(?:\\.min)?\\.js", + "scripts": [ + "sweet-alert(?:\\.min)?\\.js", + "sweetalert/([\\d.]+)/sweetalert(?:\\.min)\\.js" + ], "website": "https://t4t5.github.io/sweetalert/" }, "SweetAlert2": { @@ -13764,7 +13764,12 @@ "js": { "Sweetalert2": "" }, - "scripts": "sweetalert2(?:\\.all)?(?:\\.min)?\\.js", + "scripts": [ + "sweetalert2(?:\\.all)?(?:\\.min)?\\.js", + "/npm/sweetalert2@([\\d.]+)\\;version:\\1", + "sweetalert2@([\\d.]+)/dist/sweetalert2(?:\\.all)(?:\\.min)\\.js", + "limonte-sweetalert2/([\\d.]+)/sweetalert2(?:\\.all)(?:\\.min)\\.js" + ], "website": "https://sweetalert2.github.io/" }, "Swell": { From 7fe60de9e52704ab98a1e1656b8dc90bb2b187db Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 12 Nov 2020 13:12:33 +0600 Subject: [PATCH 05/20] Add Squarespace Commerce/ Ecommerce --- src/technologies.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/technologies.json b/src/technologies.json index ab4b43b3b..8fb2ab3f7 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -13473,6 +13473,15 @@ }, "website": "http://www.squarespace.com" }, + "Squarespace Commerce": { + "cats": [ + 6 + ], + "description": "Squarespace Commerce is an ecommerce platform designed to facilitate the creation of websites and online stores, with domain registration and web hosting included.", + "icon": "Squarespace.png", + "scripts": "assets\\.squarespace\\.\\w+/universal/scripts-compressed/commerce-\\w+-min\\.[\\w+\\-]+\\.js", + "website": "https://www.squarespace.com/ecommerce-website" + }, "SquirrelMail": { "cats": [ 30 From 5eea777ad3a1d6ef17b3d6fe92014a43537284f5 Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 12 Nov 2020 17:38:22 +0600 Subject: [PATCH 06/20] Add EasyDigitalDownloads/Ecommerce --- .../images/icons/EasyDigitalDownloads.svg | 5 +++++ src/technologies.json | 11 +++++++++++ 2 files changed, 16 insertions(+) create mode 100644 src/drivers/webextension/images/icons/EasyDigitalDownloads.svg diff --git a/src/drivers/webextension/images/icons/EasyDigitalDownloads.svg b/src/drivers/webextension/images/icons/EasyDigitalDownloads.svg new file mode 100644 index 000000000..2df9d3a07 --- /dev/null +++ b/src/drivers/webextension/images/icons/EasyDigitalDownloads.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/technologies.json b/src/technologies.json index ab4b43b3b..45d9f5fe1 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -4405,6 +4405,17 @@ }, "website": "http://www.eprints.org" }, + "EasyDigitalDownloads": { + "cats": [ + 6 + ], + "description": "Easy Digital Downloads is a WordPress ecommerce plugin that focuses purely on digital products.", + "icon": "EasyDigitalDownloads.svg", + "meta": { + "generator": "^Easy Digital Downloads v(.*)$\\;version:\\1" + }, + "website": "https://easydigitaldownloads.com" + }, "EasyEngine": { "cats": [ 47, From f0ee1636caf4d68747cc61bd98fd017212f3b5ec Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 12 Nov 2020 18:16:55 +0600 Subject: [PATCH 07/20] Add Base/Eccomerce --- src/drivers/webextension/images/icons/Base.svg | 9 +++++++++ src/technologies.json | 12 ++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Base.svg diff --git a/src/drivers/webextension/images/icons/Base.svg b/src/drivers/webextension/images/icons/Base.svg new file mode 100644 index 000000000..6d124b910 --- /dev/null +++ b/src/drivers/webextension/images/icons/Base.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/technologies.json b/src/technologies.json index ab4b43b3b..7d2c895fa 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -1993,6 +1993,18 @@ }, "website": "http://www.banshee-php.org" }, + "Base": { + "cats": [ + 6 + ], + "description": "", + "icon": "Base.svg", + "meta": { + "base-theme-name": "\\d+" + }, + "scripts": "thebase\\.in/js", + "website": "https://thebase.in" + }, "BaseHTTP": { "cats": [ 22 From 3cad80f8446ad3ed5a4cfc4f73538befa4922b5c Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 12 Nov 2020 18:23:15 +0600 Subject: [PATCH 08/20] desc --- src/technologies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 7d2c895fa..454c35b22 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -1997,7 +1997,7 @@ "cats": [ 6 ], - "description": "", + "description": "Base is a hosted ecommerce platform that allows business owners to set up an online store and sell their products online.", "icon": "Base.svg", "meta": { "base-theme-name": "\\d+" From 14011ecd5f5e9635ca74f4c842f3945c416ed1d2 Mon Sep 17 00:00:00 2001 From: Johannes Andersen Date: Thu, 12 Nov 2020 18:04:24 +0000 Subject: [PATCH 09/20] Axios improve + move from misc to JavaScript lib --- src/technologies.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 7db429d80..ce74d7e33 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -1836,12 +1836,15 @@ }, "Axios": { "cats": [ - 19 + 59 ], "description": "Promise based HTTP client for the browser and node.js", "scripts": [ "/axios(@|/)([\\d.]+)(?:/[a-z]+)?/axios(?:.min)?\\.js\\;version:\\2" ], + "js": { + "axios.get": "" + }, "website": "https://github.com/axios/axios" }, "Azure": { From 3cdfc89e1ca57c6f0719c8a4fde8d0e48f8362a3 Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 13 Nov 2020 00:22:32 +0600 Subject: [PATCH 10/20] Add Estore tools/ ecommerce,a\b testing --- .../images/icons/EstoreCompare.svg | 9 +++++++++ .../images/icons/EstoreShopserve.svg | 9 +++++++++ src/technologies.json | 18 ++++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 src/drivers/webextension/images/icons/EstoreCompare.svg create mode 100644 src/drivers/webextension/images/icons/EstoreShopserve.svg diff --git a/src/drivers/webextension/images/icons/EstoreCompare.svg b/src/drivers/webextension/images/icons/EstoreCompare.svg new file mode 100644 index 000000000..45006c7d5 --- /dev/null +++ b/src/drivers/webextension/images/icons/EstoreCompare.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/drivers/webextension/images/icons/EstoreShopserve.svg b/src/drivers/webextension/images/icons/EstoreShopserve.svg new file mode 100644 index 000000000..306e8c390 --- /dev/null +++ b/src/drivers/webextension/images/icons/EstoreShopserve.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/technologies.json b/src/technologies.json index ab4b43b3b..774fe1f61 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -4670,6 +4670,24 @@ "icon": "syncfusion.svg", "website": "https://www.syncfusion.com/javascript-ui-controls" }, + "Estore Shopserve": { + "cats": [ + 6 + ], + "description": "Estore Shopserve is an all-in-one payment processing and ecommerce solution.", + "icon": "EstoreShopserve.svg", + "scripts": "cart\\d+\\.shopserve\\.jp/", + "website": "https://estore.co.jp/shopserve" + }, + "Estore Compare": { + "cats": [ + 74 + ], + "description": "Estore Compare is a website optimization software that offers A/B testing, CVR and LTV measuring tools.", + "icon": "EstoreCompare.svg", + "scripts": "cdn\\d+\\.estore\\.jp/", + "website": "https://estore.co.jp/estorecompare/" + }, "Etherpad": { "cats": [ 24 From b471bc37416593132b776d6925509ae6cc6a0174 Mon Sep 17 00:00:00 2001 From: Johannes Andersen Date: Thu, 12 Nov 2020 18:34:36 +0000 Subject: [PATCH 11/20] Add TurfJS --- src/drivers/webextension/images/icons/TurfJS.svg | 4 ++++ src/technologies.json | 14 ++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 src/drivers/webextension/images/icons/TurfJS.svg diff --git a/src/drivers/webextension/images/icons/TurfJS.svg b/src/drivers/webextension/images/icons/TurfJS.svg new file mode 100644 index 000000000..cd9ceca4e --- /dev/null +++ b/src/drivers/webextension/images/icons/TurfJS.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/technologies.json b/src/technologies.json index 7db429d80..43f6c7d0d 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -14509,6 +14509,20 @@ "url": "^https?://(?:www\\.)?[^/]+\\.tumblr\\.com/", "website": "http://www.tumblr.com" }, + "TurfJS": { + "cats": [ + 59 + ], + "description": "A modular geospatial engine written in JavaScript", + "js": { + "turf.point": "", + "turf.feature": "", + "turf.random": "" + }, + "scripts": "(turf@[\\d.]+)?/?turf\\.min\\.js", + "icon": "TurfJS.svg", + "website": "https://turfjs.org/" + }, "Twilight CMS": { "cats": [ 1 From 1f2cb1da46732914e12e78103ec6a2d9723508a3 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Fri, 13 Nov 2020 08:10:28 +1100 Subject: [PATCH 12/20] Update technologies.json --- src/technologies.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 9686baf9d..50d2958e1 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -16173,7 +16173,7 @@ 42, 74 ], - "description": "Yottaa is the (SaaS) platform for accelerating ecommerce.", + "description": "Yottaa is an ecommerce optimisation platform that helps with conversions, performance and security.", "icon": "Yottaa.svg", "meta": { "X-Yottaa-Metrics": "", @@ -17841,4 +17841,4 @@ "website": "https://www.xt-commerce.com" } } -} \ No newline at end of file +} From a79a213ef0d4b57984e9cc0831da2980318a6a9b Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Fri, 13 Nov 2020 08:13:17 +1100 Subject: [PATCH 13/20] Update technologies.json --- src/technologies.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index a423468bc..566bf4ee0 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -4313,6 +4313,9 @@ "_dy_geo": "", "_dy_ses_load_seq": "" }, + "js": { + "recommendationContext": "" + }, "scripts": "cdn\\.dynamicyield\\.\\w+/", "website": "https://www.dynamicyield.com" }, @@ -17840,4 +17843,4 @@ "website": "https://www.xt-commerce.com" } } -} \ No newline at end of file +} From b8fd32255b463947f8a9819f2bf80b9406c54353 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Fri, 13 Nov 2020 08:24:12 +1100 Subject: [PATCH 14/20] Update technologies.json --- src/technologies.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 8fb2ab3f7..64189ba0f 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -13469,14 +13469,21 @@ "html": "", "icon": "Squarespace.png", "js": { - "Squarespace": "" + "Squarespace": "", + "Static.SQUARESPACE_CONTEXT" }, "website": "http://www.squarespace.com" }, "Squarespace Commerce": { "cats": [ - 6 + 6, + 61 ], + "js": { + "SQUARESPACE_ROLLUPS.squarespace-commerce": "", + "SquarespaceCommerceCartBundle" + }, + "implies": "Squarespace", "description": "Squarespace Commerce is an ecommerce platform designed to facilitate the creation of websites and online stores, with domain registration and web hosting included.", "icon": "Squarespace.png", "scripts": "assets\\.squarespace\\.\\w+/universal/scripts-compressed/commerce-\\w+-min\\.[\\w+\\-]+\\.js", @@ -17836,4 +17843,4 @@ "website": "https://www.xt-commerce.com" } } -} \ No newline at end of file +} From 507aefe59e0a255d4c854f55e7b608196eb59745 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Fri, 13 Nov 2020 08:29:19 +1100 Subject: [PATCH 15/20] Update technologies.json --- src/technologies.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 454c35b22..a11c35b4d 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -1999,6 +1999,9 @@ ], "description": "Base is a hosted ecommerce platform that allows business owners to set up an online store and sell their products online.", "icon": "Base.svg", + "js": { + "Base.App.open_nav": "" + }, "meta": { "base-theme-name": "\\d+" }, @@ -17839,4 +17842,4 @@ "website": "https://www.xt-commerce.com" } } -} \ No newline at end of file +} From c04e81ca7470e48aa1037a6fecd9d8f12fa57f5a Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Fri, 13 Nov 2020 08:33:57 +1100 Subject: [PATCH 16/20] Update technologies.json --- src/technologies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 43f6c7d0d..3f28597fb 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -14513,7 +14513,7 @@ "cats": [ 59 ], - "description": "A modular geospatial engine written in JavaScript", + "description": "A modular geospatial engine written in JavaScript.", "js": { "turf.point": "", "turf.feature": "", From 234e13e2bd9f892da7d1befbb95c7b068c8991e4 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Fri, 13 Nov 2020 08:34:54 +1100 Subject: [PATCH 17/20] Update technologies.json --- src/technologies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 3f28597fb..9b2110837 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -14513,7 +14513,7 @@ "cats": [ 59 ], - "description": "A modular geospatial engine written in JavaScript.", + "description": "Turf is a modular geospatial engine written in JavaScript.", "js": { "turf.point": "", "turf.feature": "", From cc619a8a00b1927f557d17b15b26b9383330e2a0 Mon Sep 17 00:00:00 2001 From: Johannes Andersen Date: Thu, 12 Nov 2020 22:06:31 +0000 Subject: [PATCH 18/20] Add oribi --- src/drivers/webextension/images/icons/Oribi.svg | 1 + src/technologies.json | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 src/drivers/webextension/images/icons/Oribi.svg diff --git a/src/drivers/webextension/images/icons/Oribi.svg b/src/drivers/webextension/images/icons/Oribi.svg new file mode 100644 index 000000000..274551a9e --- /dev/null +++ b/src/drivers/webextension/images/icons/Oribi.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/technologies.json b/src/technologies.json index cc5779a78..012c99b9f 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -10238,6 +10238,18 @@ "icon": "Oracle.png", "website": "http://oracle.com" }, + "Oribi": { + "cats": [ + 10 + ], + "description": "Oribi provides a all-in-one Marketing Analytics tool.", + "js": { + "window.ORIBI": "" + }, + "scripts": "cdn\\.oribi\\.io", + "icon": "Oribi.svg", + "website": "https://oribi.io/" + }, "Orchard CMS": { "cats": [ 1 @@ -13553,7 +13565,7 @@ "icon": "Squarespace.png", "js": { "Squarespace": "", - "Static.SQUARESPACE_CONTEXT" + "Static.SQUARESPACE_CONTEXT": "" }, "website": "http://www.squarespace.com" }, @@ -13564,7 +13576,7 @@ ], "js": { "SQUARESPACE_ROLLUPS.squarespace-commerce": "", - "SquarespaceCommerceCartBundle" + "SquarespaceCommerceCartBundle": "" }, "implies": "Squarespace", "description": "Squarespace Commerce is an ecommerce platform designed to facilitate the creation of websites and online stores, with domain registration and web hosting included.", From 11379ef7ffbba8c4692cda9c04d1c5b3ef80112e Mon Sep 17 00:00:00 2001 From: Johannes Andersen Date: Thu, 12 Nov 2020 22:09:31 +0000 Subject: [PATCH 19/20] Made SVG cleaner --- src/drivers/webextension/images/icons/Oribi.svg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/drivers/webextension/images/icons/Oribi.svg b/src/drivers/webextension/images/icons/Oribi.svg index 274551a9e..fd8d6c81d 100644 --- a/src/drivers/webextension/images/icons/Oribi.svg +++ b/src/drivers/webextension/images/icons/Oribi.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + From 728818f44d22c31f14e4f7c89304270e08c02014 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Fri, 13 Nov 2020 09:20:25 +1100 Subject: [PATCH 20/20] Update technologies.json --- src/technologies.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 012c99b9f..5782220b3 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -10242,9 +10242,9 @@ "cats": [ 10 ], - "description": "Oribi provides a all-in-one Marketing Analytics tool.", + "description": "Oribi is an all-in-one marketing analytics tool.", "js": { - "window.ORIBI": "" + "ORIBI": "" }, "scripts": "cdn\\.oribi\\.io", "icon": "Oribi.svg",