RotoGrinders - FanDuel Tools

RotoGrinders - FanDuel Tools

FanDuel Player Exposure, Salary Cap Calculator, Contest Details & More

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "RotoGrinders - FanDuel Tools",
  "page_action": {
    "default_icon": {
      "16": "icon_16.png",
      "19": "gear_logo_19.png"
    },
    "show_matches": [
      "*://www.fanduel.com/*"
    ],
    "default_popup": "html/fdPopup.html"
  },
  "version": "5.63",
  "description": "FanDuel Player Exposure, Salary Cap Calculator, Contest Details & More",
  "background": {
    "scripts": [
      "lib/jquery-3.3.1.min.js",
      "lib/browser-polyfill.min.js",
      "js/menu.min.js",
      "js/background.min.js",
      "js/master-slates.min.js",
      "js/projected-cbb.min.js",
      "js/projected-cfb.min.js",
      "js/projected-golf.min.js",
      "js/projected-mlb.min.js",
      "js/projected-mma.min.js",
      "js/projected-nba.min.js",
      "js/projected-nfl.min.js",
      "js/projected-nhl.min.js",
      "js/projected-stats.min.js",
      "js/projected-ten.min.js",
      "js/fixture-lists.min.js",
      "js/expert-tags.min.js",
      "js/rg-attributes.min.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.fanduel.com/*"
      ],
      "js": [
        "lib/jquery-3.3.1.min.js",
        "lib/jquery-ui.min.js",
        "lib/browser-polyfill.min.js",
        "lib/jquery.powertip.min.js",
        "lib/underscore-min.js",
        "lib/jquery.simplemodal.1.4.4.min.js",
        "lib/moment.min.js",
        "lib/moment-timezone.min.js",
        "lib/moment-timezone-with-data.min.js",
        "lib/jquery.parse.min.js",
        "lib/papaparse.min.js",
        "lib/spin.min.js",
        "js/utils.min.js",
        "js/modalExtOptionsAdapter.min.js",
        "js/extOptions.min.js",
        "js/checkFlex.min.js",
        "js/contestDetailsEntry.min.js",
        "js/contestDetails.min.js",
        "js/premiumContent.min.js",
        "js/premiumContentEntry.min.js"
      ],
      "css": [
        "lib/jquery-ui.min.css",
        "css/optionsModal.css",
        "lib/jquery.powertip-dark.min.css",
        "css/premiumTooltips.css"
      ]
    },
    {
      "matches": [
        "*://www.fanduel.com/upcoming*",
        "*://www.fanduel.com/live"
      ],
      "js": [
        "lib/browser-polyfill.min.js",
        "js/playerExposure.min.js",
        "js/playerExposureEntry.min.js"
      ]
    },
    {
      "matches": [
        "*://www.fanduel.com/games/*/contests/*/scoring*",
        "*://www.fanduel.com/live"
      ],
      "js": [
        "lib/browser-polyfill.min.js",
        "js/calcSalaryTotals.min.js",
        "js/calcSalaryTotalsEntry.min.js",
        "js/linkResults.min.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "storage",
    "<all_urls>",
    "declarativeContent"
  ],
  "host_permissions": [
    "https://rotogrinders.com*"
  ],
  "options_ui": {
    "page": "html/options-chrome.html",
    "open_in_tab": false
  },
  "web_accessible_resources": [
    "html/options-chrome.html",
    "css/options.css",
    "css/premiumTooltips.css",
    "html/extOptionsModal.html",
    "cap-space.png",
    "contest-popup.png",
    "flex-highlights.png",
    "logo.png",
    "logo-128.png",
    "logo_920x680.png",
    "lineup-exposure.png",
    "lineup-options.png",
    "margin-overlay.png",
    "premium-menu.png",
    "premium-popup.png",
    "results-db.png"
  ],
  "icons": {
    "16": "icon_16.png",
    "19": "gear_logo_19.png",
    "128": "logo-128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}