Donald Trump is a Sweet Potato

Donald Trump is a Sweet Potato

Changes all occurrences of the text 'Donald Trump' to 'Trump, the angry sweet potato'.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Donald Trump is a Sweet Potato",
  "version": "0.1",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "128": "icon128.png"
  }
}