Rightprice

Rightprice

RightPrice: Enhance Rightmove searches! Instant postcode, market days, recent sales & rental data. Smarter decisions, no hassle

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Rightprice",
  "version": "3.3.1",
  "description": "RightPrice: Enhance Rightmove searches! Instant postcode, market days, recent sales & rental data. Smarter decisions, no hassle",
  "host_permissions": [
    "https://www.rightmove.co.uk/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.rightmove.co.uk/*"
      ],
      "js": [
        "js/index.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/right-price-logo-128.png"
      ],
      "matches": [
        "<all_urls>"
      ],
      "use_dynamic_url": true
    }
  ],
  "icons": {
    "16": "images/right-price-logo-16.png",
    "48": "images/right-price-logo-48.png",
    "128": "images/right-price-logo-128.png"
  }
}