fanlights.io

fanlights.io

Adds the latest high-bitrate MLB video content to Yahoo Fantasy Baseball

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "fanlights.io",
  "description": "Adds the latest high-bitrate MLB video content to Yahoo Fantasy Baseball",
  "version": "2.1.9",
  "options_ui": {
    "page": "options.html"
  },
  "web_accessible_resources": [
    "options.html",
    "carousel.html",
    "carouselFrame.html",
    "/icons/*"
  ],
  "permissions": [
    "storage"
  ],
  "background": {
    "page": "background.html"
  },
  "page_action": {
    "default_icon": {
      "19": "/icons/icon-19.png"
    }
  },
  "icons": {
    "48": "/icons/icon-48.png",
    "128": "/icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://baseball.fantasysports.yahoo.com/b1/*",
        "http://baseball.fantasysports.yahoo.com/b1/*",
        "https://mlb-cuts-diamond.mlb.com/FORGE/*",
        "https://milb-cuts-diamond.mlb.com/FORGE/*",
        "https://bdata-producedclips.mlb.com/*",
        "https://darkroom-clips.mlb.com/*"
      ],
      "js": [
        "/libs/purify.min.js",
        "/libs/jquery-3.5.1.min.js",
        "helpers.js",
        "carousel.js",
        "/platforms/yahoo.js",
        "content.js"
      ],
      "css": [
        "carousel.css"
      ]
    }
  ]
}