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 Ladies \u2014 League Table",
"version": "3.1",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/fulltime.thefa.com\/*"
],
"js": [
"jquery.min.js",
"GetLadies.js"
],
"run_at": "document_idle"
}
],
"host_permissions": [
"https:\/\/fulltime.thefa.com\/*",
"https:\/\/knaresboroughtownafc.com\/*"
]
}