Baseball Streaming Extension

Baseball Streaming Extension

Extension to access extended data while streaming a game on MLB.tv

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Baseball Streaming Extension",
  "description": "Extension to access extended data while streaming a game on MLB.tv",
  "version": "1.4",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_title": "Baseball Browser Extension"
  },
  "icons": {
    "16": "logo192.png",
    "48": "logo192.png",
    "128": "logo192.png"
  },
  "permissions": [
    "tabs"
  ]
}