Fantastico

Fantastico

Get the competitive edge in Draft Fantasy Premier League (FPL) by overlaying Rotowire rankings on the official FPL website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fantastico",
  "version": "1.4",
  "description": "Get the competitive edge in Draft Fantasy Premier League (FPL) by overlaying Rotowire rankings on the official FPL website.",
  "content_scripts": [
    {
      "matches": [
        "https://draft.premierleague.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "jquery-3.3.1.min.js",
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "script.js"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2
}