FormSaver Firefox

Examine source code of FormSaver

By: theshy
Inspect and view changes in FormSaver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "FormSaver",
  "version": "1.0.0",
  "description": "Auto form saver. Automatically saves and restores form data to prevent data loss.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    },
    "default_title": "FormSaver",
    "default_popup": "popup/manager.html"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "form-engine/saver.js",
        "form-engine/loader.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "formsaver@data.backup",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best FormSaver Alternatives

Here are some Firefox add-ons that are similar to FormSaver: