Melvor Idle Cheat Engine

Melvor Idle Cheat Engine

Hacking Melvor Idle, the fun idle browser game!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Melvor Idle Cheat Engine",
  "version": "0.7.5",
  "description": "Hacking Melvor Idle, the fun idle browser game!",
  "icons": {
    "48": "icons/border-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://melvoridle.com/*",
        "*://www.melvoridle.com/*",
        "*://test.melvoridle.com/*"
      ],
      "js": [
        "MICE.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "inject-mice.js",
    "icons/*.png"
  ]
}