ESPN Fanduel

ESPN Fanduel

Show Fanduel points in ESPN boxscores

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ESPN Fanduel",
  "description": "Show Fanduel points in ESPN boxscores",
  "version": "0.0.5",
  "icons": {
    "128": "large.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://scores.espn.go.com/ncb/*",
        "https://scores.espn.go.com/ncb/*",
        "http://espn.go.com/mens-college-basketball/*",
        "https://espn.go.com/mens-college-basketball/*",
        "http://espn.go.com/ncb/*",
        "https://espn.go.com/ncb/*"
      ],
      "js": [
        "jquery-2.0.3.min.js",
        "fanduel.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "jquery-2.0.3.min.map"
  ]
}