Make your mouse cursor a Pink Elite!

Make your mouse cursor a Pink Elite!

This extension turns your mouse cursor into a pink elite! Works on many HTTP and HTTPS sites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Make your mouse cursor a Pink Elite!",
  "version": "1.5.0",
  "description": "This extension turns your mouse cursor into a pink elite! Works on many HTTP and HTTPS sites.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/elite.png"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}