Make Trump Tweets Eight Again

Make Trump Tweets Eight Again

We made a browser extension that converts Donald Trump's Tweets back to their rightful state: a child's scribble.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Make Trump Tweets Eight Again",
  "version": "1.1.4",
  "description": "",
  "author": "",
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "52.0"
    }
  },
  "icons": {
    "128": "img/logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "lib/randomColor.js",
        "js/cs.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "/*"
  ]
}