Examine source code of Propcision

Inspect and view changes in Propcision 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
{
  "name": "Propcision",
  "version": "4.1",
  "manifest_version": 2,
  "description": "Get more information in your search on Rightmove.co.uk. See propcision.com",
  "icons": {
    "128": "icons/PropcisionIcon_128x128.png"
  },
  "content_scripts": [
    {
      "js": [
        "jquery-1.11.3.min.js",
        "popup.js"
      ],
      "matches": [
        "https://www.rightmove.co.uk/properties/*",
        "http://www.rightmove.co.uk/properties/*"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "activeTab",
    "<all_urls>",
    "https://ajax.googleapis.com/",
    "https://www.propcision.com/*",
    "background",
    "https://*/*",
    "webNavigation"
  ],
  "web_accessible_resources": [
    "ga.js"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}