Examine source code of Beta Team Connect controls version 4

Inspect and view changes in Beta Team Connect controls version 4 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": "Beta Team Connect controls version 4",
  "short_name": "Beta Team Connect controls version 4",
  "description": "Beta Team Connect controls version 4",
  "version": "0.0.2",
  "action": {
    "default_title": "Beta Team Connect controls version 4",
    "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": 3,
  "icons": {
    "16": "./img/16.png",
    "32": "./img/32.png",
    "64": "./img/64.png",
    "128": "./img/128.png"
  },
  "background": {
    "service_worker": "background-worker.js"
  },
  "host_permissions": [
    "https://www.hatzalah.datavanced.com/*",
    "https://hatzalah.datavanced.com/*",
    "<all_urls>"
  ],
  "permissions": [
    "scripting"
  ]
}