Examine source code of Area360 - Property Data for Rightmove

Inspect and view changes in Area360 - Property Data for Rightmove source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "icons": {
    "16": "icon16.plasmo.60403714.png",
    "32": "icon32.plasmo.8e850565.png",
    "48": "icon48.plasmo.37989d43.png",
    "64": "icon64.plasmo.a993afcb.png",
    "128": "icon128.plasmo.9b3294c4.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.60403714.png",
      "32": "icon32.plasmo.8e850565.png",
      "48": "icon48.plasmo.37989d43.png",
      "64": "icon64.plasmo.a993afcb.png",
      "128": "icon128.plasmo.9b3294c4.png"
    },
    "default_popup": "popup.html"
  },
  "version": "1.1.2",
  "author": "Area360 <contact@area360.uk>",
  "name": "Area360 - Property Data for Rightmove",
  "description": "Smart property insights for Rightmove",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "scripting",
    "identity",
    "identity.email"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.rightmove.co.uk/*/find.html*",
        "https://rightmove.co.uk/*/find.html*",
        "https://www.rightmove.co.uk/properties/*",
        "https://rightmove.co.uk/properties/*",
        "https://www.zoopla.co.uk/*/details/*",
        "https://zoopla.co.uk/*/details/*"
      ],
      "js": [
        "page-event-listener.b87c87d3.js"
      ],
      "run_at": "document_start",
      "css": []
    },
    {
      "matches": [
        "https://www.rightmove.co.uk/*/find.html*",
        "https://rightmove.co.uk/*/find.html*",
        "https://www.rightmove.co.uk/properties/*",
        "https://rightmove.co.uk/properties/*"
      ],
      "js": [
        "ui-error-listener.167d5b4c.js"
      ],
      "run_at": "document_start",
      "css": []
    },
    {
      "matches": [
        "https://www.rightmove.co.uk/properties/*",
        "https://rightmove.co.uk/properties/*"
      ],
      "js": [
        "ui-rightmove-listing.dfdbef62.js"
      ],
      "css": [
        "font.9605701e.css"
      ]
    },
    {
      "matches": [
        "https://www.rightmove.co.uk/*/find.html*",
        "https://rightmove.co.uk/*/find.html*"
      ],
      "js": [
        "ui-rightmove-search.7d0931d4.js"
      ],
      "css": [
        "font.9605701e.css"
      ]
    },
    {
      "matches": [
        "https://www.zoopla.co.uk/*/details/*",
        "https://zoopla.co.uk/*/details/*"
      ],
      "js": [
        "ui-zoopla-listing.c07f32af.js"
      ],
      "css": [
        "font.9605701e.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/**.png",
        "assets/**.svg"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "host_permissions": [
    "https://*.rightmove.co.uk/*",
    "https://*.zoopla.co.uk/*",
    "https://*.onthemarket.com/*",
    "*://*.area360.uk/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}