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": "PropertyScoop: Get More Real Estate Insights on Zillow, Redfin, and Realtor",
"version": "1.08",
"description": "Power lines, crime, radon, radiation, noise, flooding, wildfire ... More facts means fewer surprises.",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_title": "PropertyScoop Insights"
},
"side_panel": {
"default_path": "side-panel.html"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.zillow.com\/*",
"*:\/\/*.realtor.com\/*",
"*:\/\/*.redfin.com\/*"
],
"js": [
"libs\/logger.js",
"content.js"
],
"css": [
"content.css"
],
"run_at": "document_start"
}
],
"permissions": [
"sidePanel",
"storage",
"tabs",
"cookies"
],
"host_permissions": [
"https:\/\/4yo9u5wpnj.execute-api.us-west-2.amazonaws.com\/*",
"https:\/\/www.google-analytics.com\/*",
"*:\/\/propertyscoop.us\/*",
"*:\/\/www.propertyscoop.us\/*"
],
"web_accessible_resources": [
{
"resources": [
"icons\/*",
"realtors\/*",
"side-panel.html",
"side-panel.css",
"side-panel.js"
],
"matches": [
"<all_urls>"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/propertyscoop.us\/*",
"*:\/\/www.propertyscoop.us\/*"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}