Fantasy Contract Info Firefox

Examine source code of Fantasy Contract Info

Inspect and view changes in Fantasy Contract Info source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Fantasy Contract Info",
  "version": "2.2resigned1",
  "homepage_url": "https://github.com/M-Robz/fantasy-contract-info",
  "description": "Displays your players' contracts when you hover over their names on the Yahoo fantasy site. For the private leagues ALOOO and RHL.",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "jquery-3.1.0.min.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://baseball.fantasysports.yahoo.com/*",
        "*://hockey.fantasysports.yahoo.com/*"
      ],
      "js": [
        "jquery-3.1.0.min.js",
        "utilities.js",
        "config.js",
        "players.js",
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "http://www.m-robz.net/*",
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png"
    },
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e77d01a7-61da-4b97-b88b-be861a206baa}"
    }
  }
}

Best Fantasy Contract Info Alternatives

Here are some Firefox add-ons that are similar to Fantasy Contract Info: