Attention Insight

Attention Insight

AI-powered design analytics

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "AI-powered design analytics",
  "version": "2.0.1",
  "name": "Attention Insight",
  "content_scripts": [
    {
      "js": [
        "content.bundle.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {},
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "downloads"
  ],
  "host_permissions": [
    "https://app.attentioninsight.com/*",
    "https://dev.runwiththelions.eu/*",
    "https://*.sentry.io/*"
  ],
  "manifest_version": 3,
  "background": {
    "service_worker": "background.bundle.js",
    "mode": "module"
  },
  "externally_connectable": {
    "ids": [
      "*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "tooltip.svg",
        "icon_scan_current.png",
        "icon_scan_full.png",
        "icon_scan_selected.png",
        "ai_logo.png",
        "icon-34.png",
        "icon_more_insights.png",
        "btn_google_light_normal_ios.png",
        "f_logo_RGB-White_58.png",
        "heatmap.html",
        "content.css",
        "Montserrat.ttf",
        "Montserrat-Regular.ttf",
        "Montserrat-Medium.ttf"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ]
    }
  ]
}