SBS Export and Import

SBS Export and Import

SBS Export and Import allows you to access and analyze all of your sports data

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SBS Export and Import",
  "description": "SBS Export and Import allows you to access and analyze all of your sports data",
  "version": "0.0.2",
  "manifest_version": 3,
  "icons": {
    "16": "logo/16.png",
    "48": "logo/48.png",
    "128": "logo/icon.png"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_title": "SBS Export and Import",
    "default_icon": "logo/icon.png"
  },
  "permissions": [
    "storage",
    "cookies",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "*://*.sportsbookscout.com/*",
    "*://fanduel.com/*",
    "*://*.fanduel.com/*",
    "*://*.draftkings.com/*",
    "*://draftkings.com/*"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "rule1",
        "enabled": true,
        "path": "netRules.json"
      }
    ]
  }
}