Ted Cruz, Zodiac Killer

Ted Cruz, Zodiac Killer

Ted Cruz is the Zodiac Killer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ted Cruz, Zodiac Killer",
  "description": "Ted Cruz is the Zodiac Killer",
  "version": "0.1",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "128": "icon128.png"
  }
}