ESPN Tempo Free Box

ESPN Tempo Free Box

Show live Four Factors stats for College Hoops

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ESPN Tempo Free Box",
  "version": "0.0.8",
  "manifest_version": 2,
  "description": "Show live Four Factors stats for College Hoops",
  "homepage_url": "http://barttorvik.com",
  "icons": {
    "16": "icons/icon19.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "src/bg/background.js"
    ],
    "persistent": true
  },
  "page_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "page action demo",
    "default_popup": "page_action.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://espn.com/mens-college-basketball*",
        "https://www.espn.com/mens-college-basketball*",
        "https://www.espn.com/womens-college-basketball*",
        "https://espn.com/mens-college-basketball*"
      ],
      "js": [
        "js/jquery/jquery.min.js",
        "src/inject/espnlive.js"
      ]
    }
  ]
}