serach anywhere Firefox

Examine source code of serach anywhere

By: vps07
Inspect and view changes in serach anywhere source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "serach anywhere",
  "version": "0.0.1",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "120": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "searchanywhere@vps.com",
      "strict_min_version": "101.0"
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "https://www.google.com/*",
        "https://www.google.co.in/*",
        "https://www.bing.com/*",
        "https://duckduckgo.com/*",
        "https://search.brave.com/*",
        "https://yandex.com/*",
        "https://chat.openai.com/*"
      ],
      "css": [
        "styles.css"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "search.html",
    "/images/*"
  ],
  "permissions": [
    "scripting",
    "tabs",
    "storage"
  ]
}

Best serach anywhere Alternatives

Here are some Firefox add-ons that are similar to serach anywhere: