AutoFill Copilot Firefox

Examine source code of AutoFill Copilot

Inspect and view changes in AutoFill Copilot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AutoFill Copilot",
  "version": "1.0.4",
  "description": "Intelligent form auto-fill extension powered by AI. Securely detects and fills forms on any website.",
  "author": "Layth Fadhala",
  "homepage_url": "https://autofillcopilot.com",
  "browser_specific_settings": {
    "gecko": {
      "id": "autofill@autofillcopilot.com",
      "data_collection_permissions": {
        "required": [
          "personallyIdentifyingInfo",
          "websiteContent"
        ]
      }
    }
  },
  "action": {
    "default_popup": "dist/popup.html",
    "default_title": "AutoFill Copilot",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "options_ui": {
    "page": "dist/options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "dist/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "dist/content/sync-auth.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "dist/content/getFieldLabel.js",
        "dist/content/utils.js",
        "dist/content/form-detection.js",
        "dist/content/forms-observer.js",
        "dist/content/field-filling.js",
        "dist/content/animation-utils.js",
        "dist/content/form-filling.js",
        "dist/content/clear-forms.js"
      ],
      "css": [
        "dist/content/styles.css"
      ],
      "run_at": "document_idle",
      "all_frames": true
    },
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "dist/content/floating-button.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "permissions": [
    "storage",
    "contextMenus",
    "tabs",
    "webNavigation"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*",
        "dist/popup.html",
        "dist/popup.css",
        "dist/compact-popup.html",
        "dist/compact-popup.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "minimum_chrome_version": "88"
}

Best AutoFill Copilot Alternatives

Here are some Firefox add-ons that are similar to AutoFill Copilot: