Toronto Maple Leafs Chrome Extension

Toronto Maple Leafs Chrome Extension

The ultimate Chrome Extension for any fan of the Toronto Maple Leafs! Stay up-to-date with all things Leafs right in your browser.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Toronto Maple Leafs Chrome Extension",
  "version": "0.0.0.3",
  "chrome_url_overrides": {
    "newtab": "background.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  }
}