Trump to Drumf

Trump to Drumf

The correct spelling of trump

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Trump to Drumf",
  "version": "0.3",
  "manifest_version": 2,
  "description": "The correct spelling of trump",
  "icons": {
    "128": "128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "js/correct.js"
      ]
    }
  ]
}