Go to Google

Go to Google

Bing doesn't have it, Go to Google!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Go to Google",
  "version": "1.0",
  "description": "Bing doesn't have it, Go to Google!",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "128": "icon.png"
  },
  "browser_action": {},
  "manifest_version": 2,
  "permissions": [
    "tabs"
  ]
}