TraderFUT Sync

TraderFUT Sync

Syncs your FIFA 20 FUT Trading with TraderFUT

Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "fifa-fut-chrome.js"
    ]
  },
  "browser_action": {
    "default_title": "TraderFUT"
  },
  "content_scripts": [
    {
      "js": [
        "openDialog.js",
        "jquery.js"
      ],
      "matches": [
        "*://traderfut.com/*"
      ]
    }
  ],
  "description": "Syncs your FIFA 20 FUT Trading with TraderFUT",
  "externally_connectable": {
    "matches": [
      "*://traderfut.com/*"
    ]
  },
  "icons": {
    "16": "logo-16.png",
    "48": "logo-48.png",
    "128": "logo-128.png"
  },
  "manifest_version": 2,
  "name": "TraderFUT Sync",
  "permissions": [
    "activeTab",
    "webRequest",
    "*://*.easports.com/",
    "*://*.ea.com/"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.0.4"
}