Smart FUT - FC SBC Solutions

Smart FUT - FC SBC Solutions

Import your players to Smart FUT to solve FC 24 UT SBCs with your club.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Smart FUT - FC SBC Solutions",
  "version": "1.3",
  "manifest_version": 3,
  "description": "Import your players to Smart FUT to solve FC 24 UT SBCs with your club.",
  "background": {
    "service_worker": "background.min.js"
  },
  "content_scripts": [
    {
      "js": [
        "proxy.min.js",
        "import_xml_script.min.js"
      ],
      "matches": [
        "https://www.ea.com/ea-sports-fc/ultimate-team/web-app/"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://www.ea.com/*"
      ],
      "resources": [
        "xml_script.min.js"
      ]
    }
  ],
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "action": {
    "logged_id_popup": "logged_in.html",
    "default_title": "Smart FUT player import",
    "default_popup": "login.html"
  },
  "host_permissions": [
    "https://api.smartfut.app/*"
  ],
  "permissions": [
    "storage"
  ]
}