Fantasy Basketball WZRD

Fantasy Basketball WZRD

Fantasy Basketball WZRD will help you win your Yahoo! and ESPN leagues!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Fantasy Basketball WZRD",
  "version": "6.15.0",
  "description": "Fantasy Basketball WZRD will help ESPN & Yahoo Fantasy Basketball owners win their league.",
  "icons": {
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://fantasy.espn.com/basketball/*"
      ],
      "js": [
        "espn/shared.js"
      ],
      "css": [
        "espn/shared-style.css"
      ]
    },
    {
      "matches": [
        "https://basketball.fantasysports.yahoo.com/nba/*"
      ],
      "js": [
        "yahoo/leagueTypeSetup.js",
        "yahoo/teamPage.js",
        "yahoo/leaguePage.js"
      ],
      "css": [
        "espn/shared-style.css"
      ]
    },
    {
      "matches": [
        "https://basketball.fantasysports.yahoo.com/nba/*/research*"
      ],
      "js": [
        "yahoo/researchPage.js"
      ]
    },
    {
      "matches": [
        "https://basketball.fantasysports.yahoo.com/nba/*/buzzindex*"
      ],
      "js": [
        "yahoo/transactionTrendsPage.js"
      ]
    },
    {
      "matches": [
        "https://basketball.fantasysports.yahoo.com/nba/*/matchup*"
      ],
      "js": [
        "yahoo/matchupsPage.js"
      ]
    },
    {
      "matches": [
        "https://basketball.fantasysports.yahoo.com/nba/*/players*"
      ],
      "js": [
        "yahoo/playersPage.js"
      ]
    }
  ],
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "assets/icons/icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "*://www.sportswzrd.com/*",
    "*://site.api.espn.com/apis/*",
    "*://lm-api-writes.fantasy.espn.com/apis/*",
    "*://pub-api-rw.fantasysports.yahoo.com/fantasy/v2/*",
    "*://extensionpay.com/*",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{fc77949d-e3e8-4258-807b-ce45c07ffca6}"
    }
  }
}