Cats!  Cats Everywhere!

Cats! Cats Everywhere!

Cats... they're everywhere! Tab+B... it does what it sounds like.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cats!  Cats Everywhere!",
  "version": "1.1.1",
  "description": "Cats... they're everywhere!  Tab+B... it does what it sounds like.",
  "background": {
    "scripts": [
      "jquery-3.3.1.min.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery-3.3.1.min.js",
        "tabby_cats.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_icon": "icon-32.png"
  },
  "web_accessible_resources": [
    "cats/*"
  ],
  "manifest_version": 2
}