Harvey overload

Harvey overload

steve harvey is overloading my computer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Harvey overload",
  "description": "steve harvey is overloading my computer",
  "manifest_version": 2,
  "version": "1.1",
  "browser_action": {
    "default_icon": "logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}