Web Extension history Firefox

Examine source code of Web Extension history

Inspect and view changes in Web Extension history source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Web Extension history",
  "version": "1.4.0",
  "description": "Restore recently closed tabs and effortlessly manage your tab sessions",
  "browser_specific_settings": {
    "gecko": {
      "id": "web-extension-history@firefox.extension",
      "strict_min_version": "101.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "tabs",
    "sessions",
    "storage",
    "unlimitedStorage",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "64": "icons/icon-64.png",
      "128": "icons/icon-128.png"
    },
    "default_title": "Tab Restore Pro",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "commands": {
    "restore-last-tab": {
      "suggested_key": {
        "default": "Ctrl+Shift+T"
      },
      "description": "Restore last closed tab"
    },
    "open-popup": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y"
      },
      "description": "Open tab restore popup"
    }
  }
}

Best Web Extension history Alternatives

Here are some Firefox add-ons that are similar to Web Extension history: