Such Xkcd 1288 Wow

Such Xkcd 1288 Wow

This extension implements XKCD 1288 for great justice.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Such Xkcd 1288 Wow",
  "description": "This extension implements XKCD 1288 for great justice.",
  "version": "1.4.1",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "mutation-summary.js",
        "swag.js"
      ]
    }
  ],
  "icons": {
    "128": "icon.png"
  }
}