Streamio

Streamio

Redefine how you watch sports.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Streamio",
  "description": "Redefine how you watch sports.",
  "version": "1.4",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Open the popup",
    "default_icon": "images/purple_icon_round.png"
  },
  "web_accessible_resources": [
    "/static/css/content.css"
  ],
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "https://*.streamio.me/"
  ],
  "commands": {
    "minimize_components": {
      "suggested_key": {
        "default": "Alt+H"
      },
      "description": "Hide the components in the extension"
    },
    "minimize_boxscore": {
      "suggested_key": {
        "default": "Alt+B"
      },
      "description": "Hide the boxscore in the extension"
    },
    "minimize_lineup": {
      "suggested_key": {
        "default": "Alt+L"
      },
      "description": "Hide the lineup in the extension"
    }
  },
  "content_security_policy": "script-src 'self' https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js; object-src 'self'"
}