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": "ScoreSurfer - Live Sports Scores in One Click",
"version": "1.1.2",
"description": "View sports scores in one click while browsing.",
"permissions": [
"storage",
"sidePanel"
],
"host_permissions": [
"https:\/\/site.api.espn.com\/*"
],
"icons": {
"128": "icon.png"
},
"action": {
"default_icon": "icon.png"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"background": {
"service_worker": "background.js",
"type": "module"
}
}