ScoreCheck - Live NHL Scores & Standings

ScoreCheck - Live NHL Scores & Standings

ScoreCheck provides users with live score and standings data from the NHL

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "3.0.3",
  "icons": {
    "16": "SC-favicon16.png",
    "48": "SC-favicon48.png",
    "128": "SC-favicon128.png"
  },
  "description": "__MSG_extDesc__",
  "action": {
    "default_popup": "scoreboard.html",
    "default_icon": {
      "16": "SC-favicon16.png",
      "48": "SC-favicon48.png",
      "128": "SC-favicon128.png"
    }
  },
  "default_locale": "en"
}