Cat > Trump

Cat > Trump

Replacing (some of) Donald Trump's images with a cat.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Cat > Trump",
  "version": "0.1",
  "web_accessible_resources": [
    "cat.jpg"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-3.1.1.min.js",
        "content.js"
      ]
    }
  ]
}