KAT UI - Kickass Torrents Special

KAT UI - Kickass Torrents Special

Improved user interface of KickassTorrents (kat).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "KAT UI - Kickass Torrents Special",
  "short_name": "KAT UI",
  "description": "Improved user interface of KickassTorrents (kat).",
  "version": "0.2.3",
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "manifest_version": 2,
  "content_scripts": [
    {
      "js": [
        "js.js"
      ],
      "css": [
        "css.css"
      ],
      "matches": [
        "https://kat.cr/*",
        "http://kat.cr/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "highlight.js"
  ]
}