Cursor Arrow Firefox

Examine source code of Cursor Arrow

Inspect and view changes in Cursor Arrow source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Cursor Arrow",
  "version": "1.1",
  "description": "Shows a red triangle on the left side of the screen, following cursor Y position.",
  "permissions": [
    "storage"
  ],
  "action": {
    "default_title": "Cursor Arrow",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "arrow.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "cursor-arrow@ishikawa.moe",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Cursor Arrow Alternatives

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