Examine source code of Beta Team Connect controls v3 New Hatzalah

Inspect and view changes in Beta Team Connect controls v3 New Hatzalah 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 v3 New Hatzalah",
  "short_name": "Beta Team Connect controls v3 New Hatzalah",
  "description": "Beta Team Connect controls for web application",
  "version": "0.0.4",
  "action": {
    "default_title": "Beta Team Connect controls v3 New Hatzalah",
    "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",
    "storage"
  ]
}