Default Search Tool

Default Search Tool

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "short_name": "Default Search Tool",
  "name": "Default Search Tool",
  "description": "Search the web using this useful tool from the address bar.",
  "version": "1.0.2",
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "offline_enabled": false,
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Default Search Tool",
      "keyword": "kw",
      "search_url": "https://dash.defaultsearchtool.com/search?p={searchTerms}",
      "favicon_url": "https://defaultsearchtool.com/favicon.ico",
      "suggest_url": "https://dash.defaultsearchtool.com/suggest?p={searchTerms}",
      "encoding": "UTF-8",
      "is_default": true
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "cookies",
    "https://*.defaultsearchtool.com/"
  ],
  "web_accessible_resources": [
    "*.json"
  ]
}