Customizable Cursor Firefox

Examine source code of Customizable Cursor

Inspect and view changes in Customizable Cursor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Customizable Cursor",
  "version": "1.0",
  "description": "Customize your cursor with various effects or shapes.",
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "48": "icons/icon-48.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{760e2902-e8bf-482d-91d8-5334ebf9911b}"
    }
  }
}

Best Customizable Cursor Alternatives

Here are some Firefox add-ons that are similar to Customizable Cursor: