Killarynator

Killarynator

Add this app to your Chrome browser and replace all instances of "Hillary" with "Killary".

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Killarynator",
  "description": "Add this app to your Chrome browser and replace all instances of \"Hillary\" with \"Killary\".",
  "version": "0.3",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  }
}