Pokeman Unicorn

Pokeman Unicorn

Replace the unicorns with pokemans

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Pokeman Unicorn",
  "description": "Replace the unicorns with pokemans",
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "findAndReplaceDOMText.js",
        "app.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ]
}