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",
"name": "Knaresborough U18 Team League Table",
"description": "League Table:Knaresborough U18 Team",
"version": "2.0",
"manifest_version": 3,
"icons": {
"16": "ladies16.png",
"48": "ladies48.png",
"128": "ladies128.png"
},
"action": {
"default_icon": "ladies48.png",
"default_title": "League Table - U18"
},
"permissions": [
"activeTab",
"scripting"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/fulltime.thefa.com\/*"
],
"js": [
"jquery.min.js",
"GetU18.js"
]
}
],
"host_permissions": [
"https:\/\/fulltime.thefa.com\/index.html;jsessionid=DC65C6BCE24F38C085DC7E3340D7E9BD?selectedSeason=995014523&selectedFixtureGroupAgeGroup=0&selectedDivision=745464250&selectedCompetition=0"
]
}