Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Knaresborough Reserves Player Statistics",
"description": "Player Statistics - Knaresborough Reserves",
"version": "3.1",
"icons": {
"16": "reserves16.png",
"48": "reserves48.png",
"128": "reserves128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/fulltime.thefa.com\/*"
],
"js": [
"jquery.min.js",
"GetReserves.js"
],
"run_at": "document_idle"
}
],
"host_permissions": [
"*:\/\/fulltime.thefa.com\/*",
"https:\/\/knaresboroughtownafc.com\/*"
]
}