Switch to Last Tab Firefox

Examine source code of Switch to Last Tab

Inspect and view changes in Switch to Last Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Switch to Last Tab",
  "description": "Quickly switch to the last accessed tab",
  "version": "1.0.2",
  "action": {
    "default_icon": "icon.png",
    "default_area": "tabstrip"
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "96": "icon.png",
    "128": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "switch-to-last-tab@emvaized.dev",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "commands": {
    "switch-to-last-tab": {
      "suggested_key": {
        "default": "Alt+Q"
      },
      "description": "Switch to the last accessed tab"
    }
  }
}

Best Switch to Last Tab Alternatives

Here are some Firefox add-ons that are similar to Switch to Last Tab: