Custom Search Engine Firefox

Examine source code of Custom Search Engine

By: Ravi
Inspect and view changes in Custom Search Engine source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Custom Search Engine",
  "short_name": "Custom Search Engine",
  "description": "To use, type 'ms' plus keyword for custom search engines & search term into the url bar. (e.g. ms google <search text>).",
  "version": "1.7resigned1",
  "manifest_version": 2,
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "applications": {
    "gecko": {
      "id": "custom-search-engine@rsins.addons.mozilla.org",
      "strict_min_version": "52.0a1"
    }
  },
  "background": {
    "scripts": [
      "utils.js",
      "browser-polyfill.min.js",
      "background.js"
    ]
  },
  "omnibox": {
    "keyword": "ms"
  },
  "permissions": [
    "https://raw.githubusercontent.com/rsins/ravi-firefox-custom-search-engines/master/SampleCustomEngines/PopularSearchEngines.txt",
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  }
}

Best Custom Search Engine Alternatives

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