Custom Cursor Collections Firefox

Examine source code of Custom Cursor Collections

Inspect and view changes in Custom Cursor Collections source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Custom Cursor Collections",
  "version": "1.0",
  "description": "Change the cursor with custom collections based on theme or website.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    },
    "default_title": "Custom Cursor Collections"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c600c56b-e7aa-4e17-96ec-2171a552ab4a}"
    }
  }
}

Best Custom Cursor Collections Alternatives

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