Action Cursor Icons Firefox

Examine source code of Action Cursor Icons

By: Divo
Inspect and view changes in Action Cursor Icons source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Action Cursor Icons",
  "version": "1.0",
  "description": "Changes mouse icon depending on action: link -> arrow, typing -> pencil, image -> camera.",
  "permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{871ebc99-9a40-4fbd-ac50-24ee383c27f8}"
    }
  }
}

Best Action Cursor Icons Alternatives

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