NFL Stream

NFL Stream

Assistant for nflstream.web.app: allows fetching of logs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NFL Stream",
  "description": "Assistant for nflstream.web.app: allows fetching of logs.",
  "version": "5.0.0",
  "icons": {
    "16": "favicon.png",
    "48": "favicon.png",
    "128": "favicon.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "externally_connectable": {
    "matches": [
      "http://localhost/*",
      "https://nflstream.web.app/"
    ],
    "accept_tls_channel_id": true
  },
  "manifest_version": 3
}