Search the Current Site

Search the Current Site

Search the current site using the most popular search engine

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Search the Current Site",
  "description": "Search the current site using the most popular search engine",
  "version": "1.2",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "common.js",
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "search.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "contextMenus"
  ]
}