ContentSquare CS Live QA

ContentSquare CS Live QA

ContentSquare’s Live Zoning extension will allow you to display ContentSquare's unique UX metrics directly on your website. For…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ContentSquare CS Live QA",
  "permissions": [
    "tabs",
    "storage",
    "background",
    "cookies",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background-script.js"
    ],
    "persistent": true
  },
  "externally_connectable": {
    "matches": [
      "*://*.contentsquare.com/*"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.adobe.com/*",
        "https://*.omniture.com/*",
        "https://analytics.google.com/*"
      ],
      "js": [
        "matching-id-replay-link.js"
      ],
      "css": [
        "matching-id-replay-link.css"
      ],
      "all_frames": true
    }
  ],
  "options_page": "index.html#/options",
  "web_accessible_resources": [
    "injectable-script.js",
    "src/assets/tag.js",
    "https://t.contentsquare.net/uxa/631e1e24bbbce.js"
  ],
  "browser_action": {
    "default_title": "ContentSquare CS Live",
    "default_popup": "index.html#/home"
  },
  "icons": {
    "16": "assets/icon.png",
    "19": "assets/icon.png",
    "38": "assets/icon.png",
    "48": "assets/icon.png",
    "128": "assets/icon.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://*.contentsquare.net; object-src 'self'",
  "version": "10.0.10"
}