Close Tab Icon Firefox

Examine source code of Close Tab Icon

Inspect and view changes in Close Tab Icon source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Close Tab",
  "version": "1.0",
  "description": "Close Tab",
  "browser_specific_settings": {
    "gecko": {
      "id": "close-tab@gglin001",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_icon": "icons/icon.svg",
    "default_title": "Close Current Tab"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+Shift+W"
      },
      "description": "Close Current Tab"
    }
  }
}

Best Close Tab Icon Alternatives

Here are some Firefox add-ons that are similar to Close Tab Icon: