diff --git a/src/drivers/webextension/images/icons/UserVoice.png b/src/drivers/webextension/images/icons/UserVoice.png deleted file mode 100644 index eaf14c2d5..000000000 Binary files a/src/drivers/webextension/images/icons/UserVoice.png and /dev/null differ diff --git a/src/drivers/webextension/images/icons/UserVoice.svg b/src/drivers/webextension/images/icons/UserVoice.svg new file mode 100644 index 000000000..5146eb461 --- /dev/null +++ b/src/drivers/webextension/images/icons/UserVoice.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/technologies/a.json b/src/technologies/a.json index f9b2cc34e..5a6f0e88e 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -1201,7 +1201,8 @@ "scripts": [ "portal\\.afterpay\\.com", "static\\.afterpay\\.com", - "present-afterpay\\.js" + "present-afterpay\\.js", + "afterpay-products\\.min\\.js" ], "website": "https://www.afterpay.com/" }, diff --git a/src/technologies/h.json b/src/technologies/h.json index bc17c15e7..0138ef9a0 100644 --- a/src/technologies/h.json +++ b/src/technologies/h.json @@ -215,11 +215,19 @@ "cats": [ 5 ], + "description": "Hello Bar is a customizable notification bar that draws visitors to an important call to action on the website.", "icon": "Hello Bar.png", "js": { - "HelloBar": "" + "HelloBar": "", + "hellobarSiteSettings": "" }, - "scripts": "hellobar\\.js", + "scripts": "\\.?hellobar\\.(?:com|js)", + "saas": true, + "pricing": [ + "freemium", + "low", + "recurring" + ], "website": "http://hellobar.com" }, "Hello Elementor": { diff --git a/src/technologies/u.json b/src/technologies/u.json index 3995a01b4..9f8a38204 100644 --- a/src/technologies/u.json +++ b/src/technologies/u.json @@ -300,13 +300,20 @@ }, "UserVoice": { "cats": [ - 13 + 13, + 73 ], "description": "UserVoice is a management to collect and analyse feedback from customers.", - "icon": "UserVoice.png", + "icon": "UserVoice.svg", "js": { "UserVoice": "" }, + "scripts": "\\.uservoice\\.com/", + "saas": true, + "pricing": [ + "mid", + "recurring" + ], "website": "http://uservoice.com" }, "UserWay": {