Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Watch how people are engaging with your site - right from your site.", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 3, "name": "Microsoft Clarity Live", "permissions": [ "tabs", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.5", "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "injected.js", "injected-entry.js", "panel.js", "widget.js", "heatmap.js", "vendors-async.js" ] } ] }