From cc619a8a00b1927f557d17b15b26b9383330e2a0 Mon Sep 17 00:00:00 2001 From: Johannes Andersen Date: Thu, 12 Nov 2020 22:06:31 +0000 Subject: [PATCH 1/3] 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 2/3] 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 3/3] 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",