Auto Focus Search Firefox

Examine source code of Auto Focus Search

By: Skylar
Inspect and view changes in Auto Focus Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Focus Search",
  "version": "1.0",
  "description": "Automatically focuses on the first search input box when a page loads.",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "focus.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "48": "icon.png",
    "128": "icon.png"
  },
  "applications": {
    "gecko": {
      "id": "autofocussearch@example.com",
      "strict_min_version": "60.0"
    }
  }
}

Best Auto Focus Search Alternatives

Here are some Firefox add-ons that are similar to Auto Focus Search: