Futbin Plugin for FUT Web App

Futbin Plugin for FUT Web App

Use Futbin while trading on the Fifa 18 FUT Web App!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Futbin Plugin for FUT Web App",
  "short_name": "Futbin Plugin",
  "version": "2.3.0",
  "description": "Use Futbin while trading on the Fifa 18 FUT Web App!",
  "browser_action": {
    "default_icon": "icon32.png"
  },
  "icons": {
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ]
}