Form Secretary - Smart Autofill Assistant Firefox

Examine source code of Form Secretary - Smart Autofill Assistant

Inspect and view changes in Form Secretary - Smart Autofill Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Form Secretary - Smart Autofill Assistant",
  "description": "Smartly detects form fields on any page and autofills your custom values with a single click.",
  "version": "1.0.2",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "contextMenus",
    "tabs",
    "clipboardWrite",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "form-secretary@ayaanqadri.dev",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "web_accessible_resources": [
    "icons/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Form Secretary",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "open_in_tab": false,
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "run_at": "document_idle",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best Form Secretary - Smart Autofill Assistant Alternatives

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