Smart Autofill Firefox

Examine source code of Smart Autofill

By: Shankar
Inspect and view changes in Smart Autofill source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Smart Autofill",
  "version": "75",
  "description": "Suggestion tool with multiline data support",
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "icons": {
    "48": "icon.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3c7a7b60-1ca6-4f02-a0fa-b5465431d910}"
    }
  }
}

Best Smart Autofill Alternatives

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