User Interaction Heatmap Firefox

Examine source code of User Interaction Heatmap

Inspect and view changes in User Interaction Heatmap source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "User Interaction Heatmap",
  "version": "1.0",
  "description": "Visualize user interactions on websites using a heatmap.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "heatmap.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a2c84f10-e139-4416-afd9-96b603899f20}"
    }
  }
}

Best User Interaction Heatmap Alternatives

Here are some Firefox add-ons that are similar to User Interaction Heatmap: