Trumps Out For Harambe

Trumps Out For Harambe

Building a wall around your best words.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Trumps Out For Harambe",
  "version": "1.2",
  "description": "Building a wall around your best words.",
  "icons": {
    "16": "images/TH16.png",
    "48": "images/TH48.png",
    "128": "images/TH128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "myscript.js"
      ],
      "run_at": "document_end"
    }
  ]
}