From fd8f692cb5f728c2b3ab5bf971adeaf08b19cf87 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 2 Nov 2020 01:28:08 +0600 Subject: [PATCH 1/3] Add FareHarbor bookingwidget & Other fixes --- .../webextension/images/icons/FareHarbor.svg | 9 ++++++ src/technologies.json | 30 +++++++++---------- 2 files changed, 24 insertions(+), 15 deletions(-) create mode 100644 src/drivers/webextension/images/icons/FareHarbor.svg diff --git a/src/drivers/webextension/images/icons/FareHarbor.svg b/src/drivers/webextension/images/icons/FareHarbor.svg new file mode 100644 index 000000000..bd94fb6e3 --- /dev/null +++ b/src/drivers/webextension/images/icons/FareHarbor.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/technologies.json b/src/technologies.json index 543ff24e3..cf49f3a71 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -4792,6 +4792,18 @@ "implies": "Python", "website": "https://faral.tech" }, + "FareHarbor": { + "cats": [ + 5, + 61, + 72 + ], + "description": "FareHarbor is an booking and schedule management solution intended for tour and activity companies.", + "icon": "Fareharbor.svg", + "html": "]+fareharbor", + "scripts": "fareharbor\\.com/embeds/api/", + "website": "https://fareharbor.com" + }, "Fastcommerce": { "cats": [ 6 @@ -9812,7 +9824,9 @@ "icon": "Google Optimize.svg", "description": "Google Optimize allows you to test variants of web pages and see how they perform.", "scripts": "googleoptimize\\.com/optimize\\.js", - "js": "^google_optimize$", + "js": { + "^google_optimize$": "" + }, "website": "https://optimize.google.com" }, "Oracle Application Server": { @@ -10446,18 +10460,6 @@ "scripts": "pixi\\.(min\\.)?js$", "website": "https://www.pixijs.com/" }, - "Emarsys": { - "cats": [ - 32, - 61 - ], - "description": "Emarsys is a cloud-based B2C marketing platform.", - "icon": "Emarsys.svg", - "js": { - "ScarabQueue": "" - }, - "website": "https://emarsys.com/" - }, "Planet": { "cats": [ 49 @@ -11408,8 +11410,6 @@ "cats": [ 71 ], - "description": "", - "icon": "", "js": { "cbtb": "" }, From 68fe7d93f2d403b1a77b8e6f4fdfa99acb541662 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 2 Nov 2020 01:29:02 +0600 Subject: [PATCH 2/3] Add FareHarbor bookingwidget & Other fixes --- src/technologies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index cf49f3a71..65bb00347 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -4799,7 +4799,7 @@ 72 ], "description": "FareHarbor is an booking and schedule management solution intended for tour and activity companies.", - "icon": "Fareharbor.svg", + "icon": "FareHarbor.svg", "html": "]+fareharbor", "scripts": "fareharbor\\.com/embeds/api/", "website": "https://fareharbor.com" From a3ca6fc3fad60c43502ca6a72dfa69c579f39445 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 2 Nov 2020 01:33:21 +0600 Subject: [PATCH 3/3] Add FareHarbor bookingwidget & Other fixes --- src/technologies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 65bb00347..794e215c6 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -9825,7 +9825,7 @@ "description": "Google Optimize allows you to test variants of web pages and see how they perform.", "scripts": "googleoptimize\\.com/optimize\\.js", "js": { - "^google_optimize$": "" + "google_optimize": "" }, "website": "https://optimize.google.com" },