CAPS LOCK DAY

CAPS LOCK DAY

WHEN IT'S CAPS LOCK DAY, YOU'LL KNOW IT. REALLY.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "CAPS LOCK DAY",
  "version": "1.337.2",
  "manifest_version": 2,
  "description": "WHEN IT'S CAPS LOCK DAY, YOU'LL KNOW IT. REALLY.",
  "content_scripts": [
    {
      "matches": [
        "http://*/*"
      ],
      "js": [
        "js/jquery.js",
        "js/caps.js"
      ]
    }
  ],
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  }
}