Latest TSN Basketball Headlines

Latest TSN Basketball Headlines

Displays the latest NBA headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Latest TSN Basketball Headlines",
  "description": "Displays the latest NBA headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.",
  "version": "1.5.0",
  "permissions": [
    "*://*.tsn.ca/*"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "main.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}