Form Guardian Firefox

Examine source code of Form Guardian

Inspect and view changes in Form Guardian source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Form Guardian",
  "version": "1.1",
  "description": "Warns you when leaving a page with unsaved form data.",
  "author": "Uhuriicane",
  "icons": {
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_title": "Form Guardian",
    "default_popup": "popup.html",
    "default_icon": "icons/icon64.png"
  },
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{60bb14ee-c869-4273-bc1c-248c6720dd1f}",
      "strict_min_version": "58.0"
    }
  }
}

Best Form Guardian Alternatives

Here are some Firefox add-ons that are similar to Form Guardian: