Google Verbatim Search

Google Verbatim Search

Adds Google as a browser bar search engine with the 'Verbatim' search tool always activated.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Google (verbatim) search",
  "short_name": "google_verbatim_search_new",
  "description": "Adds Google with the Verbatim results tool always set to on as a search engine.",
  "version": "1.0.0",
  "icons": {
    "16": "icons/gv.svg",
    "64": "icons/gv.svg",
    "256": "icons/gv.svg"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Google (verbatim) search",
      "is_default": true,
      "keyword": "@googlev",
      "favicon_url": "icons/favicon.png",
      "search_url": "https://www.google.com/search?client=firefox-b-d&tbs=li:1&q={searchTerms}",
      "suggest_url": "https://www.google.com/complete/search?client=firefox-b-d&q={searchTerms}"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "55.0"
    }
  },
  "homepage_url": "https://github.com/lorddoig/firefox-extension-google-verbatim-search"
}