FC 24 Coins Generator FUT

FC 24 Coins Generator FUT

Cutting-edge coins mining platform on FC 24 FUT market

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "FC 24 Coins Generator FUT",
  "description": "Cutting-edge coins mining platform on FC 24 FUT market",
  "version": "2.4.14",
  "action": {
    "default_popup": "index.html",
    "default_title": "FC 24 Ultimate Team Automated Coins Generator"
  },
  "icons": {
    "16": "logo192-red.png",
    "48": "logo192-red.png",
    "128": "logo192-red.png"
  },
  "permissions": [
    "alarms",
    "storage",
    "tabs",
    "webRequest",
    "background",
    "scripting"
  ],
  "host_permissions": [
    "https://www.ea.com/ea-sports-fc/ultimate-team/web-app*",
    "*://*.ea.com/"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "content_scripts.js"
      ],
      "matches": [
        "*://www.ea.com/*ea-sports-fc/ultimate-team/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}