Custom Search Engines Firefox

Examine source code of Custom Search Engines

By: vionya
Inspect and view changes in Custom Search Engines source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Custom Search Engines",
  "version": "1.2.2",
  "description": "Add custom search engines for anything",
  "permissions": [
    "activeTab",
    "https://paste.mozilla.org/api/",
    "menus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content-scripts/injected.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "icons/icon-colored.svg",
    "32": "icons/icon-colored.svg",
    "48": "icons/icon-colored.svg",
    "96": "icons/icon-colored.svg"
  },
  "page_action": {
    "default_icon": "icons/icon.svg",
    "default_title": "Add a custom search engine to this page",
    "default_popup": "popup/popup.html",
    "browser_style": true,
    "show_matches": [
      "http://*/*",
      "https://*/*"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{5e744fa4-c44b-4386-b000-2ffd5e561e66}"
    }
  }
}

Best Custom Search Engines Alternatives

Here are some Firefox add-ons that are similar to Custom Search Engines: