LambdaTest

LambdaTest

Perform Live Interactive and Automated Cross Browser Testing on 2000+ Real Browsers and Operating Systems

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "LambdaTest",
  "short_name": "LambdaTest",
  "description": "Perform Live Interactive and Automated Cross Browser Testing on 2000+ Real Browsers and Operating Systems",
  "version": "3.0.11",
  "manifest_version": 2,
  "incognito": "not_allowed",
  "permissions": [
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "LambdaTest"
  },
  "icons": {
    "16": "favicon-16x16.png",
    "32": "favicon-32x32.png",
    "96": "favicon-96x96.png"
  },
  "content_security_policy": "script-src 'self' 'sha256-msUjVb9LD/JMcfOOwFOgJASaZdQiaN5ZuPkpxNP9XAA='; object-src 'self'"
}