Examine source code of Team Connect controls

Inspect and view changes in Team Connect controls 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": "Team Connect controls",
  "short_name": "Team Connect controls",
  "description": "Team Connect controls for web application",
  "version": "0.0.11",
  "browser_action": {
    "default_title": "Team Connect controls",
    "default_icon": {
      "16": "./img/16.png",
      "32": "./img/32.png",
      "64": "./img/64.png",
      "128": "./img/128.png"
    }
  },
  "externally_connectable": {
    "matches": [
      "*://*.hatzalahweb.datavanced.com/*"
    ]
  },
  "manifest_version": 2,
  "icons": {
    "16": "./img/16.png",
    "32": "./img/32.png",
    "64": "./img/64.png",
    "128": "./img/128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "https://www.hatzalah.datavanced.com/*",
    "https://hatzalah.datavanced.com/*",
    "<all_urls>",
    "tabs"
  ]
}