Fantasy Premier League 22/23 Enable Away Kits

Fantasy Premier League 22/23 Enable Away Kits

Fantasy Premier League extension for the 2022/2023 season Changes your players kits (Pick Team) if their next fixture is an away one

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fantasy Premier League 22/23 Enable Away Kits",
  "version": "1.1.0",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://fantasy.premierleague.com/*"
      ],
      "js": [
        "Content.js"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "description": "Fantasy Premier League extension for the 2022/2023 season Changes your players kits (Pick Team) if their next fixture is an away one"
}