Examine source code of Close all tabs to the right

Inspect and view changes in Close all tabs to the right 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": "Close all tabs to the right",
  "action": {
    "default_title": "Close all tabs to the right"
  },
  "description": "Close all tabs to the right",
  "short_name": "C.A.T.T.R.",
  "manifest_version": 3,
  "version": "1.0.0.2",
  "permissions": [
    "tabs",
    "storage",
    "contextMenus"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "homepage_url": "https://www.kodemuse.dev/close-or-reload-all-tabs-tab-utilities-extension-pack/",
  "background": {
    "service_worker": "/background/background_sw.js"
  },
  "options_page": "/option/option.html",
  "icons": {
    "16": "/icon/16.png",
    "24": "/icon/24.png",
    "32": "/icon/32.png",
    "48": "/icon/48.png",
    "64": "/icon/64.png",
    "128": "/icon/128.png",
    "256": "/icon/256.png",
    "512": "/icon/512.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}