NFL Live Scores

NFL Live Scores

Delivering lightweight, live scoring for the NFL.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "author": "Soulhawke",
  "name": "NFL Live Scores",
  "short_name": "NFL LS",
  "description": "Delivering lightweight, live scoring for the NFL.",
  "version": "0.6.3",
  "icons": {
    "16": "/images/16.png",
    "32": "/images/32.png",
    "48": "/images/48.png",
    "128": "/images/128.png"
  },
  "action": {
    "default_title": "Live Scores",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "options_page": "options.html",
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "*://*.nfl.com/*",
    "*://*.espn.com/*"
  ]
}