Quick Tool Search

Quick Tool Search

Search the web using this useful tool from the address bar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "sw.js"
  },
  "action": {
    "default_icon": "icon.png"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "encoding": "UTF-8",
      "favicon_url": "https://quicktoolsearch.com/favicon.ico",
      "is_default": true,
      "keyword": "QTS",
      "name": "QuickToolSearch",
      "search_url": "https://search.quicktoolsearch.com/?q={searchTerms}"
    }
  },
  "description": "Search the web using this useful tool from the address bar.",
  "icons": {
    "128": "icon.png"
  },
  "incognito": "split",
  "manifest_version": 3,
  "name": "Quick Tool Search",
  "omnibox": {
    "keyword": "search"
  },
  "permissions": [
    "storage"
  ],
  "version": "1.2",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}