Prevent Accidental Close Firefox

Examine source code of Prevent Accidental Close

By: Dame
Inspect and view changes in Prevent Accidental Close source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Prevent Accidental Close",
  "version": "1.0",
  "description": "Warns before closing Firefox, even with a single tab.",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b94e1f0d-6c36-4112-940f-8b0a9c06e9ca}"
    }
  }
}

Best Prevent Accidental Close Alternatives

Here are some Firefox add-ons that are similar to Prevent Accidental Close: