Change My Cursor

Change My Cursor

Change your cursor to any picture you like!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Change My Cursor",
  "description": "Change your cursor to any picture you like!",
  "version": "2.0.0",
  "permissions": [
    "scripting",
    "activeTab",
    "storage"
  ],
  "action": {
    "default_title": "Change My Cursor!",
    "default_icon": "img/cursor.png",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "img/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "manifest_version": 3
}