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": "India Cricket score",
"version": "1.3",
"description": "Get live cricket scores for India matches with a single click.",
"icons": {
"128": "icons\/icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "Check Score",
"default_icon": {
"128": "icons\/icon128.png"
}
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+I",
"mac": "Command+Shift+I"
},
"description": "Open extension and refresh score"
}
},
"permissions": [],
"host_permissions": [
"https:\/\/*\/*"
]
}