Fantasy Life App ESPN Connect

Fantasy Life App ESPN Connect

Helps members of Fantasy Life App connect their ESPN fantasy football leagues to FLA's league sync feature.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fantasy Life App ESPN Connect",
  "description": "Helps members of Fantasy Life App connect their ESPN fantasy football leagues to FLA's league sync feature.",
  "version": "1.1",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "tabs",
    "scripting",
    "cookies"
  ],
  "host_permissions": [
    "*://*.espn.com/*",
    "*://*.fantasylifeapp.com/*",
    "*://*.dynastyleaguefootball.com/*",
    "*://localhost/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/fla_logo_16.png",
      "32": "/images/fla_logo_32.png",
      "48": "/images/fla_logo_48.png",
      "128": "/images/fla_logo_128.png"
    }
  },
  "icons": {
    "16": "/images/fla_logo_16.png",
    "32": "/images/fla_logo_32.png",
    "48": "/images/fla_logo_48.png",
    "128": "/images/fla_logo_128.png"
  }
}