Bing Redirect - Prank

Bing Redirect - Prank

This is an extension based around pranking your friends. You can escape it by typing '\g' at the end of your search.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bing Redirect - Prank",
  "version": "1.3",
  "description": "This is an extension based around pranking your friends.  You can escape it by typing '\\g' at the end of your search.",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://www.google.com/search?*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "logo-16.png",
    "48": "logo-48.png",
    "128": "logo-128.png"
  }
}