Inspect and view changes in ReachSuite Experience Builder source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "ReachSuite Experience Builder",
"description": "Build Experiences",
"version": "1.2.46",
"manifest_version": 3,
"minimum_chrome_version": "116",
"permissions": [
"webNavigation",
"debugger",
"scripting",
"storage",
"activeTab",
"tabCapture",
"offscreen"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-script.js"
],
"run_at": "document_start"
},
{
"matches": [
"<all_urls>"
],
"all_frames": true,
"js": [
"content-script-iframe.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"login.html",
"login_check.js",
"favicon.ico",
"injected-script.js",
"patch-shadowroot.js",
"patch-select.js"
],
"matches": [
"<all_urls>"
]
}
],
"externally_connectable": {
"ids": [
"*"
],
"matches": [
"https://*.rswt.dev/*",
"https://*.reachsuite.co/*",
"https://*.rs.test/*",
"https://*.reachsuite.app/*",
"https://reachsuite.app/*",
"https://*.goconsensus.com/*",
"https://*.goconsensus.cn/*",
"https://*.goconsensus.eu/*"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArIAOsCSdTy0VJdShRSK/QrB6zIdi1cTgCatqvABxTRuiZpdiJwcgGqWfcj+DicER7mNuMRW5QrCcgwSLIvl6f5UxoWoEqiuVkCTuZ6JDD+0Gy9hfDLOB3ykZpUSIK8oolPfirFMSBVr+vlNmi7RWzPe8rxoqmQiL7mGut50ATCELfrQzNnVEILC1N0jPHa5jTIjRUikJAAPOHco6BxndGEJWV3S9RlG+vG2d5vp/xpHvxCP/UaJOkOegunr2JgtI1rF1Sv0B2PdDojRWXPzFXyC9X/GP9Gffgv3IWQwT+l7vuE8XonpGf2DuX9UyzOkg76XdV5qfaB1VLyiX/lWahQIDAQAB",
"icons": {
"16": "reachsuite_icon_dark_sticker_full_16x16.png",
"24": "reachsuite_icon_dark_sticker_full_24x24.png",
"32": "reachsuite_icon_dark_sticker_full_32x32.png",
"48": "reachsuite_icon_dark_sticker_full_48x48.png",
"96": "reachsuite_icon_dark_sticker_full_96x96.png",
"128": "reachsuite_icon_dark_sticker_full_128x128.png"
},
"action": {
"default_icon": {
"16": "reachsuite_icon_dark_sticker_grey_16x16.png",
"24": "reachsuite_icon_dark_sticker_grey_24x24.png",
"32": "reachsuite_icon_dark_sticker_grey_32x32.png",
"48": "reachsuite_icon_dark_sticker_grey_48x48.png",
"96": "reachsuite_icon_dark_sticker_grey_96x96.png",
"128": "reachsuite_icon_dark_sticker_grey_128x128.png"
},
"default_title": "ReachSuite Experience Builder",
"default_popup": "popup.html"
}
}