hansah - lowercase the web

hansah - lowercase the web

lowercase everything. love. pink. polka dots.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "hansah - lowercase the web",
  "version": "1.0.0",
  "manifest_version": 2,
  "description": "lowercase everything. love. pink. polka dots.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "hansah.css"
      ]
    }
  ]
}