Disable Ctrl-Q and Cmd-Q Firefox

Examine source code of Disable Ctrl-Q and Cmd-Q

By: Rob W Add-on
Inspect and view changes in Disable Ctrl-Q and Cmd-Q source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Disable Ctrl-Q and Cmd-Q",
  "description": "Override the Ctrl-Q and Command-Q shortcut so that you cannot accidentally quit Firefox. To quit anyway, use the 'Quit Firefox' menu item.",
  "version": "2resigned1",
  "manifest_version": 2,
  "commands": {
    "i-eat-ctrl-q": {
      "suggested_key": {
        "default": "Ctrl+Q",
        "mac": "MacCtrl+Q"
      },
      "description": "Overrides the Ctrl+Q shortcut"
    },
    "i-eat-command-q": {
      "suggested_key": {
        "mac": "Command+Q"
      },
      "description": "Overrides the Command-Q shortcut on macOS"
    }
  },
  "applications": {
    "gecko": {
      "id": "disable-ctrl-q-and-cmd-q@robwu.nl",
      "strict_min_version": "48.0"
    }
  }
}

Best Disable Ctrl-Q and Cmd-Q Alternatives

Here are some Firefox add-ons that are similar to Disable Ctrl-Q and Cmd-Q: