FIFA 18 FB

FIFA 18 FB

FIFA 18 includes videos, photos, news about football game FIFA 18.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FIFA 18 FB",
  "description": "FIFA 18 includes videos, photos, news about football game FIFA 18.",
  "version": "1.2.1",
  "background": {
    "scripts": [
      "jquery.js",
      "background.js"
    ]
  },
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "img_sep/ico_19.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "48": "img_sep/ico_48.png"
  }
}