Enhanced Redfin Data

Enhanced Redfin Data

Improves redfin experience with more information about houses.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Enhanced Redfin Data",
  "content_scripts": [
    {
      "matches": [
        "http://www.redfin.com/*",
        "https://www.redfin.com/*"
      ],
      "js": [
        "jquery.js",
        "script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "http://maps.googleapis.com/*",
    "https://maps.googleapis.com/*",
    "http://www.greatschools.org/*",
    "https://www.greatschools.org/*",
    "http://www.zillow.com/*",
    "https://www.zillow.com/*",
    "storage"
  ],
  "options_page": "options.html",
  "manifest_version": 2,
  "version": "1.3",
  "description": "Improves redfin experience with more information about houses."
}