Propbar - Property Data Enhancer

Propbar - Property Data Enhancer

Enhances property data on Zoopla, Rightmove, OnTheMarket and other property websites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqCRV0E2lWzEDY+WcpFtUFE5KpJQ2W+Zsbjup/4CWZM8O++21fcq+apqwsU+7ODqz1Baypo2IOeX54rmGjtaFJunXOWianUOQYMiEfZ6fyMJs46f4/MHfiQjUbN10Bno43FMhq6HpquAQGj7jfrXeutcoO6MzDOluxb16EbDyoVxhrdq8z5K8Qmtde7BH91ylFoZN1+WCOU1vftEFe+jbK6FIK748sc+JZxYoUUSkcu1A9dIWoawqjerHgkiNr9ZtPFj9iPp12trmJD1rMe4aEyTMB0spnzJJ6zPKYVZ4S/2QOy5y4Oq/IXyo9fUcrGiwyVuPL903HBDYDyUzTSzhuwIDAQAB",
  "manifest_version": 3,
  "name": "Propbar - Property Data Enhancer",
  "version": "1.3.3",
  "description": "Enhances property data on Zoopla, Rightmove, OnTheMarket and other property websites.",
  "action": {
    "default_popup": "popup.html",
    "default_title": "Propbar"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "icons": {
    "16": "icons/icon16.png",
    "19": "icons/icon19.png",
    "38": "icons/icon38.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "assets/main.ts-loader-OB-QERnK.js"
      ],
      "matches": [
        "https://www.zoopla.co.uk/new-homes/details/*",
        "https://www.zoopla.co.uk/for-sale/details/*",
        "https://www.zoopla.co.uk/to-rent/details/*",
        "https://www.rightmove.co.uk/properties/*",
        "https://www.onthemarket.com/details/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://www.onthemarket.com/*",
        "https://www.rightmove.co.uk/*",
        "https://www.zoopla.co.uk/*"
      ],
      "resources": [
        "assets/style.css",
        "fonts/*"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://www.onthemarket.com/*",
        "https://www.rightmove.co.uk/*",
        "https://www.zoopla.co.uk/*",
        "https://www.zoopla.co.uk/*",
        "https://www.zoopla.co.uk/*"
      ],
      "resources": [
        "assets/generic-error-CE8b2CM0.svg",
        "assets/plus-features-BjqE5kC_.png",
        "assets/monthly-limit-reached-BiCmXUSr.svg",
        "assets/monthly-limit-initial-BMjAeNhE.svg",
        "assets/approaching-limit-DzPVusFN.svg",
        "assets/no-demographics-data-CiS_NwXu.svg",
        "assets/no-comparables-data-bzy03fDx.svg",
        "assets/comparables-promo-DLs9eJVL.png",
        "assets/[email protected]",
        "assets/comparables-export-feature-C63h7Nx8.avif",
        "assets/comparables-export-feature-BziVwIV8.gif",
        "assets/comparables-radius-feature-DMhGgfPj.avif",
        "assets/comparables-radius-feature-CUYy-TMQ.gif",
        "assets/no-crime-data-CBR00umZ.svg",
        "assets/no-epc-data-CLxU6xkg.svg",
        "assets/no-epc-recommendations-BjpFsOPA.svg",
        "assets/no-market-history-data-CQhc4gcl.svg",
        "assets/Messages.enum-BRYmUZRu.js",
        "assets/useSettings-Bqj8rALn.js",
        "assets/host-CIktjWRV.js",
        "assets/main.ts-B_LXM50d.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "permissions": [
    "tabs",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "https://www.zoopla.co.uk/*",
    "https://www.rightmove.co.uk/*",
    "https://www.onthemarket.com/*",
    "https://propbar.uk.auth0.com/*",
    "https://www.propbar.co.uk/"
  ]
}