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": "InterviewBFF - Interview Copilot with AI", "description": "Assist your online interviews with real-time AI answers.", "version": "1.0.0", "manifest_version": 3, "action": { "default_title": "Open Interview Copilot" }, "side_panel": { "default_path": "index.html" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "sidePanel", "tabCapture", "activeTab", "storage" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "host_permissions": [ "<all_urls>" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" } }