Sleeper Enhancement

Sleeper Enhancement

Improves features of the Sleeper Fantasy Football Website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sleeper Enhancement",
  "description": "Improves features of the Sleeper Fantasy Football Website.",
  "version": "0.0.0.3",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://sleeper.app/*"
      ],
      "js": [
        "background.js"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "128": "images/icons/icon-128x128.png"
  }
}