CloudFlare Skinny

CloudFlare Skinny

Reduces the height of websites listed when logged into CloudFlare.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CloudFlare Skinny",
  "author": "Leigh McCulloch",
  "description": "Reduces the height of websites listed when logged into CloudFlare.",
  "version": "1.2",
  "homepage_url": "https://github.com/leighmcculloch/cloudflare-skinny-chrome-extension",
  "permissions": [
    "https://www.cloudflare.com/"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.cloudflare.com/my-websites*"
      ],
      "css": [
        "override.css"
      ]
    }
  ]
}