Property Picker (Zoopla & Rightmove)

Property Picker (Zoopla & Rightmove)

Affordability information on all listings. Currently available on Zoopla and Rightmove.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Property Picker (Zoopla & Rightmove)",
  "description": "Affordability information on all listings. Currently available on Zoopla and Rightmove.",
  "version": "3.41",
  "host_permissions": [
    "https://zoopla.co.uk/*",
    "https://rightmove.co.uk/*"
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": "icon_purple.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.zoopla.co.uk/*",
        "https://www.rightmove.co.uk/*"
      ],
      "js": [
        "dist/bundle.js"
      ],
      "css": [
        "edit.css"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{daf33bf7-a35e-3350-979c-91cf07323c2d}"
    }
  }
}