Venmo to Venom

Venmo to Venom

Replace all instances of Venmo with a much better word, Venom.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Venmo to Venom",
  "description": "Replace all instances of Venmo with a much better word, Venom.",
  "version": "0.0.1",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}