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", "manifest_version": 3, "name": "Simplifyqa Recorder", "description": "Simplifyqa- Recorder and playback", "version": "1.8", "author": "Simplify3X", "homepage_url": "https:\/\/simplifyom.app", "icons": { "48": "assets\/img\/BWQAlogo.png" }, "host_permissions": [ "<all_urls>" ], "permissions": [ "activeTab" ], "action": { "default_icon": "assets\/img\/BWQAlogo.png", "default_title": "Simplifyqa Recorder" }, "background": { "service_worker": "worker_wrapper.js", "type": "module" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "prompt-injecter.js" ], "match_about_blank": true, "all_frames": true, "run_at": "document_start" }, { "all_frames": true, "matches": [ "<all_urls>" ], "css": [ "assets\/css\/object.css" ], "js": [ "atom.js", "main.js" ] } ], "web_accessible_resources": [ { "resources": [ "prompt.js", "assets\/css\/object.css", "main.js", "assets\/hover-close.svg", "assets\/hover-find.svg", "\/comman.js", "\/background.js" ], "matches": [ "<all_urls>" ] } ], "offline_enabled": true }