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": 2, "name": "ESPNCricinfo", "short_name": "ESPNCricinfo", "version": "1.8.5.3", "description": "Shows you the latest cricket news, features and live scores from ESPNcricinfo.com", "minimum_chrome_version": "5.0", "background": { "page": "background.html", "persistent": true }, "options_page": "options.html", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "ESPN Cricinfo - Cricket news, features and live scores", "default_icon": "icon19.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.cricinfo.com\/", "http:\/\/*.cricinfo.org\/", "https:\/\/*.cricinfo.com\/*match\/*", "http:\/\/*.cricinfo.org\/*match\/*", "https:\/\/*.espncricinfo.com\/", "http:\/\/*.espncricinfo.org\/", "https:\/\/*.espncricinfo.com\/*match\/*", "http:\/\/*.espncricinfo.org\/*match\/*" ], "js": [ "js\/check.js" ], "run_at": "document_end" } ], "permissions": [ "notifications", "background", "https:\/\/*.cricinfo.com\/", "http:\/\/*.cricinfo.org\/", "https:\/\/*.espncricinfo.com\/", "http:\/\/*.espncricinfo.org\/" ] }