BiteFight Auto Adventure

BiteFight Auto Adventure

The first BiteFight bot for Google Chrome and Firefox! Automate your adventure!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "/js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "/img/icon-48.png"
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "js": [
        "/js/core.js",
        "/js/purify.min.js"
      ],
      "css": [
        "/css/style.css"
      ],
      "matches": [
        "https://*.bitefight.gameforge.com/*"
      ]
    }
  ],
  "description": "The first BiteFight bot for Google Chrome and Firefox! Automate your adventure!",
  "icons": {
    "16": "/img/icon-16.png",
    "48": "/img/icon-48.png",
    "128": "/img/icon-128.png"
  },
  "manifest_version": 2,
  "name": "BiteFight Auto Adventure",
  "short_name": "Auto Adventure",
  "version": "3.6.5",
  "web_accessible_resources": [
    "/html/frame.html",
    "/img/icon-48.png",
    "/img/btn.png"
  ],
  "permissions": [
    "https://*.bitefight.gameforge.com/*",
    "https://*.tote.hu/"
  ]
}