attentionTRACE

attentionTRACE

The Amplified Intelligence attentionTRACE market research Chrome extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "attentionTRACE",
  "version": "2.1.0",
  "description": "The Amplified Intelligence attentionTRACE market research Chrome extension.",
  "permissions": [
    "activeTab",
    "storage",
    "system.display"
  ],
  "icons": {
    "16": "./src/static/img/icon16.png",
    "32": "./src/static/img/icon32.png",
    "48": "./src/static/img/icon48.png",
    "128": "./src/static/img/icon128.png"
  },
  "background": {
    "service_worker": "./src/background/background.js"
  },
  "content_scripts": [
    {
      "js": [
        "./src/content/content.js",
        "./src/script/yahoo-desktop.js"
      ],
      "matches": [
        "https://*.yahoo.com/*",
        "https://atrace-cdn.amplifiedintelligence.io/*"
      ]
    }
  ],
  "action": {
    "default_popup": "./src/popup-page/popup.html"
  },
  "host_permissions": [
    "https://*.yahoo.com/*",
    "https://survey.au1.qualtrics.com/jfe/form/*"
  ],
  "minimum_chrome_version": "94"
}