From 7cb10d160136517c7cfbacbe4f343a45d93380eb Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 25 Jun 2021 00:50:07 +0600 Subject: [PATCH 1/2] Add Podium / live-chat and other widgets --- .../webextension/images/icons/Podium.png | Bin 0 -> 337 bytes src/technologies.json | 17 +++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Podium.png diff --git a/src/drivers/webextension/images/icons/Podium.png b/src/drivers/webextension/images/icons/Podium.png new file mode 100644 index 0000000000000000000000000000000000000000..990d294947c4459d394ee4f923f066c0ca407e7c GIT binary patch literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oVGw3ym^DWND9BhG z zy9>3)Sl&8zip+H~YcR9OU&gN^PZXrFy(ERzO#{Y|GJSzQX7F_Nb6Mw<&;$S}IClg9 literal 0 HcmV?d00001 diff --git a/src/technologies.json b/src/technologies.json index 8f16a76e5..4a9ff7756 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -15360,6 +15360,23 @@ "scripts": "cdn\\.podia\\.com", "website": "https://www.podia.com" }, + "Podium": { + "cats": [ + 52 + ], + "description": "Podium is a customer communication platform for businesses who interact with customers on a local level.", + "icon": "Podium.png", + "js": { + "PodiumWebChat": "", + "podiumWebsiteWidgetLoaded": "" + }, + "scripts": "\\.podium\\.com/", + "saas": true, + "pricing": [ + "poa" + ], + "website": "https://www.podium.com" + }, "Polyfill": { "cats": [ 59 From 35e38590cac98d7d3068b92f895e3c36d9d2beda Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 25 Jun 2021 00:52:18 +0600 Subject: [PATCH 2/2] added as widget category also because has another type widgets --- src/technologies.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/technologies.json b/src/technologies.json index 4a9ff7756..42b648696 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -15362,6 +15362,7 @@ }, "Podium": { "cats": [ + 5, 52 ], "description": "Podium is a customer communication platform for businesses who interact with customers on a local level.",