PaTMa Property Insights

PaTMa Property Insights

See price history on Rightmove, Zoopla and others. View investment yield, ROI and rent. Access real comps and property addresses.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PaTMa Property Insights",
  "version": "2.6.1",
  "description": "See price history on Rightmove, Zoopla and others. View investment yield, ROI and rent. Access real comps and property addresses.",
  "homepage_url": "https://www.patma.co.uk/",
  "icons": {
    "32": "icons/patma-32.png",
    "48": "icons/patma-48.png",
    "128": "icons/patma-128.png"
  },
  "permissions": [
    "https://*.patma.co.uk/*",
    "activeTab"
  ],
  "browser_action": {
    "default_icon": {
      "32": "icons/patma-32.png",
      "48": "icons/patma-48.png",
      "128": "icons/patma-128.png"
    },
    "default_title": "PaTMa",
    "default_popup": "popup.html"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.rightmove.co.uk/property-for-sale/property-*",
        "*://*.rightmove.co.uk/new-homes-for-sale/property-*",
        "*://*.rightmove.co.uk/properties/*"
      ],
      "css": [
        "css/embed.css",
        "css/rm_embed.css"
      ],
      "js": [
        "js/apexcharts.min.js",
        "js/purify.min.js",
        "js/base_content.js",
        "js/rm_content.js"
      ]
    },
    {
      "matches": [
        "*://*.rightmove.co.uk/property-for-sale/find.html*",
        "*://*.rightmove.co.uk/new-homes-for-sale/find.html*"
      ],
      "js": [
        "js/purify.min.js",
        "js/rm_find.js"
      ]
    },
    {
      "matches": [
        "*://*.zoopla.co.uk/for-sale/details/*"
      ],
      "css": [
        "css/embed.css",
        "css/zoopla_embed.css"
      ],
      "js": [
        "js/apexcharts.min.js",
        "js/purify.min.js",
        "js/base_content.js",
        "js/zoopla_content.js"
      ]
    },
    {
      "matches": [
        "*://*.onthemarket.com/details/*",
        "*://*.propertypal.com/*/*",
        "*://*.propertynews.com/property-for-sale/*/property/*"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "offline_enabled": false,
  "short_name": "PaTMa Property Insights",
  "browser_specific_settings": {
    "gecko": {
      "id": "{0e8ebf12-0540-44fa-b9b7-fb66d90f42e1}"
    }
  }
}