Sniperrr

Sniperrr

Automate your sniping!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sniperrr",
  "version": "4.3.0",
  "description": "Automate your sniping!",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://www.easports.com/fifa/ultimate-team/web-app/content/*/*/*/*/*.json",
    "https://www.ea.com/fifa/ultimate-team/web-app/content/*/*/*/*/*.json",
    "https://utas.external.s5.fut.ea.com/",
    "https://utas.external.s4.fut.ea.com/",
    "https://utas.external.s3.fut.ea.com/",
    "https://utas.external.s2.fut.ea.com/",
    "https://utas.external.s1.fut.ea.com/",
    "https://www.futbin.com/",
    "identity",
    "identity.email",
    "https://kiros.shop/",
    "https://www.googleapis.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.easports.com/*",
        "https://www.ea.com/*"
      ],
      "js": [
        "includes/jquery.js",
        "includes/contentScript.js"
      ]
    }
  ]
}