Deep.BI Link Heatmap

Deep.BI Link Heatmap

Deep.BI Link Heatmap

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Deep.BI Link Heatmap",
  "version": "2.1.2",
  "name": "Deep.BI Link Heatmap",
  "short_name": "Link Heatmap",
  "homepage_url": "https://deep.bi",
  "background": {
    "scripts": [
      "background.heatmap-bundle.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "32.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "<all_urls>",
    "background",
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "background.heatmap-bundle.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "js/inject.js",
    "injext.html"
  ],
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}