Custom Cursors Firefox

Examine source code of Custom Cursors

By: Pkbet
Inspect and view changes in Custom Cursors source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Custom Cursors",
  "version": "1.0",
  "description": "Customize your cursor with this extension.",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "styles.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b88b795a-8d21-4d48-a508-6e12124ce9eb}"
    }
  }
}

Best Custom Cursors Alternatives

Here are some Firefox add-ons that are similar to Custom Cursors: