Reload All Tabs (in Window) Firefox

Examine source code of Reload All Tabs (in Window)

Inspect and view changes in Reload All Tabs (in Window) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Reload All Tabs (in Window)",
  "version": "0.0.4",
  "description": "Reload all open tabs in current window.",
  "author": "ericchase",
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "action": {
    "default_icon": {
      "16": "icons/icon-dark-16.png",
      "32": "icons/icon-dark-32.png",
      "48": "icons/icon-dark-48.png",
      "128": "icons/icon-dark-128.png"
    },
    "theme_icons": [
      {
        "dark": "icons/icon-dark-16.png",
        "light": "icons/icon-light-16.png",
        "size": 16
      },
      {
        "dark": "icons/icon-dark-32.png",
        "light": "icons/icon-light-32.png",
        "size": 32
      },
      {
        "dark": "icons/icon-dark-48.png",
        "light": "icons/icon-light-48.png",
        "size": 48
      },
      {
        "dark": "icons/icon-dark-128.png",
        "light": "icons/icon-light-128.png",
        "size": 128
      }
    ]
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "background": {
    "scripts": [
      "service-worker.js"
    ],
    "type": "module"
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "120.0",
      "id": "{a517aaff-06f1-41dc-85f4-f4b1e94e4c30}"
    }
  }
}

Best Reload All Tabs (in Window) Alternatives

Here are some Firefox add-ons that are similar to Reload All Tabs (in Window):