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": "EstateInsight - Real Estate Investment Calculator",
"version": "3.1.0",
"description": "Free real estate investment calculator with custom inputs and 30-year projections.",
"permissions": [],
"host_permissions": [
"https:\/\/*.zillow.com\/*",
"https:\/\/*.redfin.com\/*",
"https:\/\/*.realtor.com\/*",
"https:\/\/*.homes.com\/*",
"https:\/\/*.trulia.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.zillow.com\/*",
"https:\/\/*.redfin.com\/*",
"https:\/\/*.realtor.com\/*",
"https:\/\/*.homes.com\/*",
"https:\/\/*.trulia.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle",
"all_frames": false
}
],
"action": {
"default_popup": "popup.html",
"default_title": "EstateInsight"
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
}