Corbyn to Narwhal

Corbyn to Narwhal

A better breed of lie.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Corbyn to Narwhal",
  "version": "1.1",
  "description": "A better breed of lie.",
  "icons": {
    "16": "images/JC16.png",
    "48": "images/JC48.png",
    "128": "images/JC128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "myscript.js"
      ],
      "run_at": "document_end"
    }
  ]
}