Knaresborough Reserves Player Statistics

Knaresborough Reserves Player Statistics

Player Statistics - Knaresborough Reserves

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Knaresborough Reserves Player Statistics",
  "description": "Player Statistics - Knaresborough Reserves",
  "version": "1.4",
  "manifest_version": 3,
  "icons": {
    "16": "reserves16.png",
    "48": "reserves48.png",
    "128": "reserves128.png"
  },
  "action": {
    "default_icon": "reserves48.png",
    "default_title": "Player Statistics - reserves"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://fulltime.thefa.com/*"
      ],
      "js": [
        "jquery.min.js",
        "GetReserves.js"
      ]
    }
  ],
  "host_permissions": [
    "https://fulltime.thefa.com/displayTeam.html?divisionseason=631373111&teamID=392355819#tab-2"
  ]
}