Knaresborough - Mens First Team Player Stats

Knaresborough - Mens First Team Player Stats

League Table:Knaresborough Mens First Team

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Knaresborough - Mens First Team Player Stats",
  "description": "League Table:Knaresborough Mens First Team",
  "version": "1.5",
  "manifest_version": 3,
  "icons": {
    "16": "firstteam16.png",
    "48": "firstteam48.png",
    "128": "firstteam128.png"
  },
  "action": {
    "default_icon": "firstteam16.png",
    "default_title": "Players Stats - Mens First Team"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://www.ncefl.org.uk/teams/knaresboroughtown/statistics/*"
      ],
      "js": [
        "jquery.min.js",
        "GetFirstTeamplayerStats.js"
      ]
    }
  ],
  "host_permissions": [
    "http://www.ncefl.org.uk/teams/knaresboroughtown/statistics/*"
  ]
}