GazeHunt – attention heatmaps

GazeHunt – attention heatmaps

Instant attention heatmaps powered by AI – ready in a minute.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GazeHunt – attention heatmaps",
  "homepage_url": "https://gazehunt.com/",
  "description": "Instant attention heatmaps powered by AI – ready in a minute.",
  "default_locale": "en",
  "permissions": [
    "activeTab",
    "https://gazehunt.com/*"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Attention heatmap",
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    }
  },
  "version": "0.1.1",
  "content_security_policy": "script-src 'self' ; object-src 'self'"
}