Hogwarts Invasion

Hogwarts Invasion

This extension magically transforms references to the 2016 election season into Hogwarts characters and events.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Hogwarts Invasion",
  "description": "This extension magically transforms references to the 2016 election season into Hogwarts characters and events.",
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "muggle.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "hogwarts.png"
  },
  "short_name": "Hogs"
}