FantasyRig

FantasyRig

FantasyRig

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "FantasyRig",
  "short_name": "FantasyRig",
  "version": "0.5.5",
  "manifest_version": 2,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "FantasyRig",
  "icons": {
    "16": "img/fantasyrig16.png",
    "48": "img/fantasyrig48.png",
    "128": "img/fantasyrig128.png"
  },
  "permissions": [
    "*://games.espn.go.com/flb/*",
    "*://games.espn.com/flb/*",
    "*://baseball.fantasysports.yahoo.com/*",
    "https://brainydfs.pythonanywhere.com/fantasyrig/fantasyrig2.json",
    "storage",
    "tabs",
    "unlimitedStorage"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "options_page": "settings.html",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/fantasyrig19.png",
      "38": "img/fantasyrig38.png"
    },
    "default_title": "FantasyRig",
    "default_popup": "browser_action.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://games.espn.com/flb/clubhouse*",
        "http://games.espn.com/flb/freeagency*",
        "http://games.espn.com/flb/dropplayers*",
        "http://games.espn.com/flb/tradereview*",
        "http://games.espn.com/flb/trade*",
        "http://games.espn.com/flb/rosterfix*",
        "http://games.espn.com/flb/watchlist*",
        "http://baseball.fantasysports.yahoo.com/b1/*",
        "https://baseball.fantasysports.yahoo.com/b1/*"
      ],
      "js": [
        "assets/jquery/jquery-3.2.1.min.js",
        "contentscript.js"
      ],
      "css": []
    }
  ]
}