RotoGrinders - DraftKings Tools

RotoGrinders - DraftKings Tools

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "RotoGrinders - DraftKings Tools",
  "version": "3.49",
  "description": "DraftKings Player Exposure, Salary Cap Calculator, Contest Details & More",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "html/popup.html",
    "default_icon": {
      "16": "icon_16.png",
      "19": "gear_logo_19.png"
    }
  },
  "background": {
    "service_worker": "js/background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.draftkings.com/lineup*",
        "https://draftkings.co.uk/lineup*",
        "https://www.draftkings.co.uk/lineup*",
        "https://*.draftkings.com/lobby*",
        "https://draftkings.co.uk/lobby*",
        "https://www.draftkings.co.uk/lobby*",
        "https://*.draftkings.com/postentry*",
        "https://draftkings.co.uk/postentry*",
        "https://www.draftkings.co.uk/postentry*",
        "https://*.draftkings.com/contest/gamecenter*",
        "https://draftkings.co.uk/contest/gamecenter*",
        "https://www.draftkings.co.uk/contest/gamecenter*",
        "https://*.draftkings.com/draft/contest*",
        "https://draftkings.co.uk/draft/contest*",
        "https://www.draftkings.co.uk/draft/contest*",
        "https://*.draftkings.com/draft/entry*",
        "https://draftkings.co.uk/draft/entry*",
        "https://www.draftkings.co.uk/draft/entry*",
        "https://*.draftkings.com/draft/lineup*",
        "https://draftkings.co.uk/draft/lineup*",
        "https://www.draftkings.co.uk/draft/lineup*"
      ],
      "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.js",
        "js/modalExtOptionsAdapter.js",
        "js/extOptions.js"
      ],
      "css": [
        "css/optionsModal.css"
      ]
    },
    {
      "matches": [
        "https://*.draftkings.com/contest/gamecenter*",
        "https://draftkings.co.uk/contest/gamecenter*",
        "https://www.draftkings.co.uk/contest/gamecenter*"
      ],
      "js": [
        "lib/browser-polyfill.min.js",
        "js/calculateSalaryTotals.js",
        "js/calcSalaryTotalsEntry.js",
        "js/liveSalaryMinutes.js",
        "js/liveSalaryMinutesEntry.js"
      ]
    },
    {
      "matches": [
        "https://*.draftkings.com/draft/contest*",
        "https://draftkings.co.uk/draft/contest*",
        "https://www.draftkings.co.uk/draft/contest*",
        "https://*.draftkings.com/draft/entry*",
        "https://draftkings.co.uk/draft/entry*",
        "https://www.draftkings.co.uk/draft/entry*",
        "https://*.draftkings.com/draft/lineup*",
        "https://draftkings.co.uk/draft/lineup*",
        "https://www.draftkings.co.uk/draft/lineup*",
        "https://*.draftkings.com/lineup*",
        "https://draftkings.co.uk/lineup*",
        "https://www.draftkings.co.uk/lineup*"
      ],
      "js": [
        "lib/browser-polyfill.min.js",
        "lib/jquery.powertip.min.js",
        "lib/moment.min.js",
        "lib/moment-timezone.min.js",
        "lib/moment-timezone-with-data.js",
        "js/checkFlex.js",
        "js/premiumContent.js",
        "js/premiumContentEntry.js"
      ],
      "css": [
        "lib/jquery.powertip-dark.min.css",
        "css/premiumTooltips.css"
      ]
    },
    {
      "matches": [
        "https://*.draftkings.com/lineup*",
        "https://draftkings.co.uk/lineup*",
        "https://www.draftkings.co.uk/lineup*"
      ],
      "js": [
        "lib/browser-polyfill.min.js",
        "js/draftables.js",
        "js/getPublicLineupData.js",
        "js/playerExposure.js",
        "js/playerExposureEntry.js"
      ]
    },
    {
      "matches": [
        "https://*.draftkings.com/lineup*",
        "https://draftkings.co.uk/lineup*",
        "https://www.draftkings.co.uk/lineup*",
        "https://*.draftkings.com/lobby*",
        "https://draftkings.co.uk/lobby*",
        "https://www.draftkings.co.uk/lobby*"
      ],
      "js": [
        "lib/browser-polyfill.min.js",
        "js/draftables.js",
        "js/nameLineups.js",
        "js/nameLineupsEntry.js"
      ]
    },
    {
      "matches": [
        "https://*.draftkings.com/lobby*",
        "https://draftkings.co.uk/lobby*",
        "https://www.draftkings.co.uk/lobby*",
        "https://*.draftkings.com/postentry*",
        "https://draftkings.co.uk/postentry*",
        "https://www.draftkings.co.uk/postentry*"
      ],
      "js": [
        "lib/jquery.powertip.min.js",
        "js/rakeAndOverlay.js",
        "js/rakeAndOverlayEntry.js",
        "js/opponentHover.js",
        "js/opponentHoverEntry.min.js"
      ],
      "css": [
        "lib/jquery.powertip-dark.min.css",
        "css/premiumTooltips.css"
      ]
    }
  ],
  "options_ui": {
    "page": "html/options.html"
  },
  "icons": {
    "16": "icon_16.png",
    "19": "gear_logo_19.png",
    "128": "logo-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "html/options.html",
        "css/options.css",
        "css/premiumTooltips.css",
        "html/extOptionsModal.html",
        "cap-space.png",
        "contest-popup.png",
        "exposure-options.png",
        "flex-highlight.png",
        "logo.png",
        "logo-128.png",
        "logo_920x680.png",
        "margin-display.png",
        "my-lineups.png",
        "not-starting.png",
        "opp-hover.png",
        "overlay-dollar.png",
        "overlay-percent.png",
        "premium-menu.png",
        "premium-popup.png",
        "sal-rem.png",
        "user-icon-32px.png",
        "view-h2h.png"
      ],
      "matches": [
        "https://*.draftkings.com/*"
      ]
    }
  ]
}