WIS Plus

WIS Plus

Adds extra features to Hoops Dynasty by Whatifsports. Toggle recruit ratings and remove walk-ons from team averages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "WIS Plus",
  "version": "1.0.6",
  "description": "Adds extra features to Hoops Dynasty by Whatifsports. Toggle recruit ratings and remove walk-ons from team averages.",
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.whatifsports.com/hd/RecruitProfile/Ratings.aspx?rid=*"
      ],
      "js": [
        "js/jquery.min.js",
        "mornitoring.js"
      ]
    },
    {
      "matches": [
        "https://www.whatifsports.com/hd/TeamProfile/Ratings.aspx?tid=*"
      ],
      "js": [
        "js/jquery.min.js",
        "ratings.js"
      ],
      "css": [
        "ratings.css"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "19": "images/icon19.png",
      "38": "images/icon38.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{1227ad83-22d9-49b5-affa-6fde6bbc8010}"
    }
  }
}