Yield Gaming Platform extension

Yield Gaming Platform extension

Yield Gaming Platform extension allows players to use "scholarship" accounts in Axie Infinity provided by our service.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Yield Gaming Platform Axie extension",
  "version": "0.0.3",
  "description": "",
  "background": {
    "scripts": [
      "browser-polyfill.min.js",
      "background-script.js"
    ]
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://marketplace.axieinfinity.com/login**",
        "https://yieldgp.com/**",
        "https://ygp.gg/**",
        "https://ygp.games/**",
        "https://yieldgp.org/**",
        "https://yieldgp.net/**",
        "https://yieldgaming.net/**",
        "https://1mln.dev/**"
      ],
      "js": [
        "browser-polyfill.min.js",
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{39c22505-84a4-4ec9-9965-f805a497c41a}"
    }
  }
}