Autofill forms Firefox

Examine source code of Autofill forms

Inspect and view changes in Autofill forms source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Autofill forms",
  "version": "0.1.0",
  "description": "Autofill your forms",
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "autofill-forms@yourname.example",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ]
      }
    }
  }
}

Best Autofill forms Alternatives

Here are some Firefox add-ons that are similar to Autofill forms: