Merge pull request #7295 from ysm-dev/intercom-dom

Add intercom dom detection
main
Elbert Alias 2 years ago committed by GitHub
commit 2a5321ee52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -906,6 +906,11 @@
], ],
"description": "Intercom is an American software company that produces a messaging platform which allows businesses to communicate with prospective and existing customers within their app, on their website, through social media, or via email.", "description": "Intercom is an American software company that produces a messaging platform which allows businesses to communicate with prospective and existing customers within their app, on their website, through social media, or via email.",
"icon": "Intercom.svg", "icon": "Intercom.svg",
"dom": [
"link[href^='https://widget.intercom.io']",
"div.live-chat-loader-placeholder",
"iframe#intercom-frame"
],
"js": { "js": {
"Intercom": "" "Intercom": ""
}, },