Zillow Lot Size Filter

Zillow Lot Size Filter

Extends the lot size filter options to include larger acreages on Zillow.com.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Zillow Lot Size Filter Extension",
  "version": "1.1resigned1",
  "description": "Extends the lot size filter options to include larger acreages on Zillow.com.",
  "icons": {
    "48": "icons/zillow-48.png",
    "96": "icons/zillow-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.zillow.com/*"
      ],
      "js": [
        "zillowLotSizeFilterExtension.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d546cff8-43f7-4834-b465-62718db10874}"
    }
  }
}