Examine source code of TO MLS Improvements

Inspect and view changes in TO MLS Improvements 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TO MLS Improvements",
  "version": "1.1",
  "manifest_version": 2,
  "description": "Improvements the TO MLS Stratus Report Pages",
  "content_scripts": [
    {
      "exclude_globs": [],
      "exclude_matches": [],
      "include_globs": [],
      "js": [
        "tomlsimprovements.user.js"
      ],
      "matches": [
        "http://torontomls.net/*",
        "http://*.torontomls.net/*"
      ],
      "run_at": "document_idle"
    }
  ]
}