Better MLG.tv

Better MLG.tv

Improves the watching experience of the MLG.tv player.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Better MLG.tv",
  "short_name": "Better MLG.tv",
  "version": "0.3",
  "description": "Improves the watching experience of the MLG.tv player.",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://www.majorleaguegaming.com/*",
        "http://tv.majorleaguegaming.com/*"
      ],
      "css": [
        "inject.css"
      ]
    }
  ],
  "permissions": [
    "http://www.majorleaguegaming.com/*",
    "http://tv.majorleaguegaming.com/*"
  ]
}