GladiatusBOT 2024

GladiatusBOT 2024

You can save valuable time with it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "GladiatusBOT 2024",
  "description": "You can save valuable time with it.",
  "version": "1.0.0.18",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/jquery.js",
        "scripts/ajax.js",
        "scripts/gbot.js"
      ],
      "matches": [
        "https://*.gladiatus.gameforge.com/*"
      ]
    }
  ],
  "background": {
    "service_worker": "scripts/background.js",
    "type": "module"
  }
}