CLS Checker - Journey Further

CLS Checker - Journey Further

Test and debug cumulative layout shifts (CLS) in the browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Test and debug cumulative layout shifts (CLS) in the browser",
  "version": "0.0.0.3",
  "name": "CLS Checker - Journey Further",
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "cls-favicon-32.png"
  },
  "icons": {
    "128": "cls-favicon-128.png"
  },
  "permissions": [
    "activeTab",
    "browsingData"
  ],
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}