Fillo – Smart Autofill for Online Forms Firefox

Examine source code of Fillo – Smart Autofill for Online Forms

Inspect and view changes in Fillo – Smart Autofill for Online Forms source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Fillo – Smart Autofill for Online Forms",
  "version": "1.1.0",
  "description": "Automatically fill forms instantly with Fillo. Save time, reduce typing, and boost productivity with smart autofill.",
  "default_locale": "en",
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "src/popup.html",
    "default_title": "Fillo - Autofill forms, faster",
    "default_icon": {
      "16": "src/icons/icon-16.png",
      "32": "src/icons/icon-32.png",
      "48": "src/icons/icon-48.png",
      "128": "src/icons/icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "src/service-worker.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "src/content.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "options_page": "src/options.html",
  "icons": {
    "16": "src/icons/icon-16.png",
    "24": "src/icons/icon-24.png",
    "32": "src/icons/icon-32.png",
    "48": "src/icons/icon-48.png",
    "128": "src/icons/icon-128.png"
  },
  "commands": {
    "toggle-autofill": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "Command+Shift+F"
      },
      "description": "Toggle global auto-fill"
    },
    "quick-fill": {
      "suggested_key": {
        "default": "Ctrl+Shift+D",
        "mac": "Command+Shift+D"
      },
      "description": "Quick fill with default profile"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "fillo@noorwork.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Fillo – Smart Autofill for Online Forms Alternatives

Here are some Firefox add-ons that are similar to Fillo – Smart Autofill for Online Forms: