Correct Donald Trump misspellings

Correct Donald Trump misspellings

The classiest, yuuugest extension of the 2016 GOP primary.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Correct Donald Trump misspellings",
  "description": "The classiest, yuuugest extension of the 2016 GOP primary.",
  "version": "0.1",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}