Bro-ify.me

Bro-ify.me

A google chrome extension to add a little bro in your browsing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bro-ify.me",
  "description": "A google chrome extension to add a little bro in your browsing.",
  "version": "1",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "1200px-STC_line_B_icon.png",
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery.js",
        "myscript.js"
      ]
    }
  ]
}