Disable Shortcuts for Firefox Firefox

Examine source code of Disable Shortcuts for Firefox

Inspect and view changes in Disable Shortcuts for Firefox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Disable Shortcuts for Firefox",
  "version": "0.0.0",
  "description": "Register websites where this extension prevents the page from handling keyboard shortcuts.",
  "permissions": [
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "lib/disabled-sites.js",
      "background/background.js"
    ]
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "Disable Shortcuts for Firefox"
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{979a57cf-39dc-4767-934f-68cc26a1f933}",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Disable Shortcuts for Firefox Alternatives

Here are some Firefox add-ons that are similar to Disable Shortcuts for Firefox: