SLIVER Night Mode

SLIVER Night Mode

This extension adds a Night Mode to SLIVER's website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SLIVER Night Mode",
  "description": "This extension adds a Night Mode to SLIVER's website.",
  "version": "0.6",
  "content_scripts": [
    {
      "matches": [
        "https://www.sliver.tv/win/*",
        "http://www.sliver.tv/win/*",
        "https://win.sliver.tv/*",
        "http://win.sliver.tv/*",
        "https://www.sliver.tv/account/inventory/*",
        "http://www.sliver.tv/account/inventory/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}