Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "LambdaTest Accessibility DevTools - The Go-to Accessibility Auditor for Developers, Testers, and Product Managers.", "version": "1.3.1", "manifest_version": 3, "name": "LambdaTest Accessibility DevTools", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ], "all_frames": true, "match_about_blank": true } ], "devtools_page": "devtools.html", "permissions": [ "debugger", "storage", "webNavigation", "tabs", "identity", "unlimitedStorage" ], "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-34.png" ], "matches": [] } ] }