expoze.io

expoze.io

Generate attention heatmaps of websites in seconds.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "expoze.io",
  "description": "Generate attention heatmaps of websites in seconds.",
  "version": "1.0.1",
  "permissions": [
    "<all_urls>",
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "19": "images/19.png",
      "38": "images/38.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "expoze.js"
    ]
  },
  "icons": {
    "19": "images/19.png",
    "38": "images/38.png",
    "64": "images/64.png",
    "128": "images/128.png"
  },
  "content_scripts": [
    {
      "js": [
        "content_script.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}