MouseHunt Improved

MouseHunt Improved

Improve your MouseHunt experience. Contains over 150 features focusing on area HUD improvements, User Interface changes, and a variety of small helpful features.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "MouseHunt Improved",
  "version": "0.44.4",
  "author": "bradp <[email protected]>",
  "description": "Improve your MouseHunt experience",
  "homepage_url": "https://mouse.rip",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "64": "icon-64.png",
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://*.mousehuntgame.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "host_permissions": [
    "https://*.mousehuntgame.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "main.js"
      ],
      "matches": [
        "https://*.mousehuntgame.com/*"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "MouseHunt Improved"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "113.0"
    },
    "gecko_android": {
      "id": "[email protected]",
      "strict_min_version": "113.0"
    }
  }
}