Comic Trump

Comic Trump

Trump tweets in Comic Sans. Now with the appropriate level of solemnity a font can offer.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "ReenignE",
  "content_scripts": [
    {
      "css": [
        "css/comic.css"
      ],
      "run_at": "document_start",
      "matches": [
        "https://twitter.com/*",
        "https://*.twitter.com/*"
      ]
    }
  ],
  "description": "Trump tweets in Comic Sans. Now with the appropriate level of solemnity a font can offer.",
  "icons": {
    "16": "img/icon-16x16.png",
    "19": "img/icon-19x19.png",
    "38": "img/icon-38x38.png",
    "48": "img/icon-48x48.png",
    "128": "img/icon-128x128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "40",
  "name": "Comic Trump",
  "short_name": "Comic Trump",
  "version": "0.0.3"
}