{"version":"0.7.1","manifest_version":2,"name":"DeploySentinel Recorder","description":"Record browser interactions to auto generate Cypress, Playwright and Puppeteer test scripts.","background":{"scripts":["background.bundle.js"]},"browser_action":{"default_icon":"Icon32.png","default_popup":"popup.html"},"icons":{"32":"Icon32.png","128":"Icon128.png"},"permissions":["activeTab","storage","contextMenus","webNavigation","<all_urls>"],"content_scripts":[{"matches":["https://*.deploysentinel.com/*"],"js":["bridge.bundle.js"]},{"matches":["http://localhost/*"],"js":["bridge.bundle.js"]}]}