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", "name": "Session Replay browser extension", "description": "Session Replay browser extension that allows to proxy loading of resources when replaying a session.", "version": "0.0.1", "manifest_version": 3, "action": { "default_icon": "img\/icon150.png" }, "icons": { "32": "img\/icon32.png", "44": "img\/icon44.png", "128": "img\/icon128.png", "150": "img\/icon150.png" }, "permissions": [ "scripting" ], "background": { "service_worker": "build\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "build\/contentscript.js" ], "all_frames": true } ] }