Property Market Intel: Property Insights

Property Market Intel: Property Insights

Intelligent property investment tool which adds unique insights to listings on Rightmove, Zoopla & OnTheMarket

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Property Market Intel: Property Insights",
  "version": "1.0.4",
  "description": "Intelligent property investment tool which adds unique insights to listings on Rightmove, Zoopla & OnTheMarket",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://www.rightmove.co.uk/*",
    "https://*.zoopla.co.uk/*",
    "https://www.onthemarket.com/*",
    "https://*.propertymarketintel.co.uk/*",
    "https://*.propertymarketintel.com/*",
    "https://*.octoproperty.co.uk/*",
    "https://*.octoproperty.com/*",
    "http://localhost:3000/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "PMI16.png",
    "48": "PMI48.png",
    "128": "PMI128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.rightmove.co.uk/*property-for-sale/*",
        "https://www.rightmove.co.uk/*property-for-rent/*",
        "https://www.rightmove.co.uk/properties/*",
        "https://www.zoopla.co.uk/for-sale/details/*",
        "https://ww2.zoopla.co.uk/for-sale/details/*",
        "https://www.zoopla.co.uk/to-rent/details/*",
        "https://www.onthemarket.com/details/*",
        "https://*.propertymarketintel.co.uk/*",
        "https://*.propertymarketintel.com/*",
        "https://*.octoproperty.co.uk/*",
        "https://*.octoproperty.com/*",
        "http://localhost:3000/*"
      ],
      "js": [
        "jquery-3.5.0.min.js",
        "octoscript.js"
      ]
    }
  ],
  "manifest_version": 3
}