Draft Rankings Integrator

Draft Rankings Integrator

Streamline your draft experience and elevate your team management with unparalleled convenience.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Draft Rankings Integrator",
  "description": "Streamline your draft experience and elevate your team management with unparalleled convenience.",
  "version": "1.1",
  "action": {
    "default_title": "Say It",
    "deafult_icons": {
      "16": "icons/16px.png",
      "19": "icons/19px.png",
      "38": "icons/38px.png",
      "48": "icons/48px.png",
      "128": "icons/128px.png"
    },
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://sleeper.com/draft/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/16px.png",
    "19": "icons/19px.png",
    "38": "icons/38px.png",
    "48": "icons/48px.png",
    "128": "icons/128px.png"
  }
}