RotoGrinders - Underdog Tools

RotoGrinders - Underdog Tools

RotoGrinders projections and player props on Underdog Fantasy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "RotoGrinders - Underdog Tools",
  "page_action": {
    "default_icon": {
      "16": "icon_16.png",
      "19": "gear_logo_19.png"
    },
    "show_matches": [
      "*://underdogfantasy.com/*"
    ],
    "default_popup": "html/underdogPopup.html"
  },
  "version": "1.0.2",
  "description": "RotoGrinders projections and player props on Underdog Fantasy",
  "background": {
    "scripts": [
      "lib/jquery-3.3.1.min.js",
      "lib/browser-polyfill.min.js",
      "js/background.min.js",
      "js/menu.min.js",
      "js/mlbProjections.min.js",
      "js/nbaProjections.min.js",
      "js/nflProjections.min.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://underdogfantasy.com/pick-em/*"
      ],
      "js": [
        "lib/jquery-3.3.1.min.js",
        "lib/browser-polyfill.min.js",
        "lib/jquery.simplemodal.1.4.4.min.js",
        "js/modalExtInfoAdapter.min.js",
        "js/extInfo.min.js",
        "js/pickem.min.js",
        "js/pickemEntry.min.js"
      ],
      "css": [
        "css/extInfoModal.css"
      ]
    }
  ],
  "permissions": [
    "storage",
    "<all_urls>",
    "declarativeContent"
  ],
  "web_accessible_resources": [
    "html/extInfoModal.html",
    "logo.png",
    "logo-128.png",
    "over-under-display.png",
    "premium-popup.png",
    "rivals-display.png"
  ],
  "icons": {
    "16": "icon_16.png",
    "19": "gear_logo_19.png",
    "128": "logo-128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}