Disable Ctrl-Q and Cmd-Q

Disable Ctrl-Q and Cmd-Q

Overrides the Ctrl-Q and Command-Q shortcut so that you cannot accidentally quit Firefox. To quit anyway, use the 'Quit Firefox' menu item.

Merlin
Additional files are visible only to premium users

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": "[email protected]",
      "strict_min_version": "48.0"
    }
  }
}