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": "BaseBall Scoreboard",
"short_name": "BaseBall Scoreboard",
"version": "0.2.1",
"manifest_version": 2,
"description": "Keep track of all of the day\u2019s baseball game scores.",
"icons": {
"16": "image\/icon16x16.png",
"48": "image\/icon48x48.png",
"128": "image\/icon128x128.png"
},
"sandbox": {
"pages": [
"templates.html"
]
},
"background": {
"page": "global.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-WOdSzz11\/3cpqOdrm89LBL2UPwEU9EhbDtMy2OciEhs='; object-src 'self'",
"browser_action": {
"default_icon": {
"16": "image\/icon16x16.png"
},
"default_popup": "scoreboard.ticker.html"
},
"permissions": [
"notifications",
"http:\/\/mlb.mlb.com\/",
"http:\/\/gdx.mlb.com\/"
]
}