Fast Search

Fast Search

Adds options 'Search with Bing', Yahoo and DuckDuckGo in the context menu, to search for any selected text

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "browser-polyfill.min.js",
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "storage"
  ],
  "author": "fast-search.digital Inc.",
  "version": "2.0.0.63",
  "manifest_version": 2,
  "name": "Fast Search",
  "short_name": "fastsearch",
  "description": "Adds options 'Search with Bing', Yahoo and DuckDuckGo in the context menu, to search for any selected text",
  "icons": {
    "16": "static/icon_16.png",
    "32": "static/icon_32.png",
    "64": "static/icon_64.png",
    "128": "static/icon_128.png"
  },
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}