Single Window (open links in active window) Firefox

Examine source code of Single Window (open links in active window)

Inspect and view changes in Single Window (open links in active window) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "version": "0.2.7",
  "name": "Single Window (open links in active window)",
  "description": "Do not allow popup windows. Open all links in the current window",
  "icons": {
    "16": "data/icons/16.png",
    "19": "data/icons/19.png",
    "32": "data/icons/32.png",
    "38": "data/icons/38.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png",
    "256": "data/icons/256.png",
    "512": "data/icons/512.png"
  },
  "homepage_url": "https://webextension.org/listing/single-window.html",
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "service_worker": "worker.js",
    "scripts": [
      "worker.js"
    ]
  },
  "action": {},
  "commands": {
    "_execute_action": {
      "description": "Press the action button"
    }
  },
  "options_ui": {
    "page": "data/options/index.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8f5996d6-d68b-4ab1-9e8b-0ca999e91c06}",
      "strict_min_version": "148.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Single Window (open links in active window) Alternatives

Here are some Firefox add-ons that are similar to Single Window (open links in active window):