Examine source code of Close Window Button

Inspect and view changes in Close Window Button 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
{
  "manifest_version": 3,
  "name": "Close",
  "version": "3.0",
  "description": "Close",
  "permissions": [],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "close@dhanush.com",
      "strict_min_version": "109.0"
    }
  }
}