FUTWIZ Sync

FUTWIZ Sync

Syncs your FIFA 17 FUT Club with FUTWIZ

Merlin
Additional files are visible only to premium users

manifest.json


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