Latest Hockey Headlines

Latest Hockey Headlines

Displays the latest NHL 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 Hockey Headlines",
  "description": "Displays the latest NHL headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.",
  "version": "2.1.0",
  "permissions": [
    "http://www.tsn.ca/nhl/*",
    "https://www.tsn.ca/nhl/*"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "main.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}