Hide Mouse for HBO Max

Hide Mouse for HBO Max

Hide the mouse while viewing a HBO Max video

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Hide Mouse for HBO Max",
  "version": "0.2.2",
  "description": "Hide the mouse while viewing a HBO Max video",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "matches": [
        "https://*.hbomax.com/*"
      ],
      "js": [
        "script.js"
      ]
    }
  ],
  "icons": {
    "128": "images/icon.png"
  }
}