Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Realomate - Real Estate Lead Capture",
"version": "1.2.12",
"description": "Find high-intent real estate leads on social media and capture property listings from real estate sites and MLSs in one click.",
"author": "Realomate",
"permissions": [
"activeTab",
"storage",
"notifications",
"contextMenus",
"alarms",
"identity"
],
"host_permissions": [
"https:\/\/*.facebook.com\/*",
"https:\/\/*.linkedin.com\/*",
"https:\/\/*.instagram.com\/*",
"https:\/\/*.twitter.com\/*",
"https:\/\/*.x.com\/*",
"https:\/\/*.nextdoor.com\/*",
"https:\/\/*.zillow.com\/*",
"https:\/\/*.redfin.com\/*",
"https:\/\/*.realtor.com\/*",
"https:\/\/*.trulia.com\/*",
"https:\/\/realomate.com\/*",
"https:\/\/*.realomate.com\/*"
],
"background": {
"service_worker": "service-worker.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.facebook.com\/*",
"https:\/\/*.linkedin.com\/*",
"https:\/\/*.instagram.com\/*",
"https:\/\/*.twitter.com\/*",
"https:\/\/*.x.com\/*",
"https:\/\/*.nextdoor.com\/*",
"https:\/\/*.zillow.com\/*",
"https:\/\/*.redfin.com\/*",
"https:\/\/*.realtor.com\/*",
"https:\/\/*.trulia.com\/*"
],
"js": [
"content-script.js"
],
"css": [
"styles\/indicators.css"
],
"run_at": "document_end"
}
],
"action": {
"default_popup": "popup.html",
"default_title": "Realomate - Real Estate Lead Capture",
"default_icon": {
"16": "assets\/icons\/icon-16.png",
"32": "assets\/icons\/icon-32.png",
"48": "assets\/icons\/icon-48.png",
"128": "assets\/icons\/icon-128.png"
}
},
"icons": {
"16": "assets\/icons\/icon-16.png",
"32": "assets\/icons\/icon-32.png",
"48": "assets\/icons\/icon-48.png",
"128": "assets\/icons\/icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"assets\/*",
"styles\/*",
"*.js"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}