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, "version": "1.0.3", "name": "GPT Deep Research: Instantly Generate In-Depth Research with ChatGPT", "description": "Generate detailed research, papers, summaries & insights instantly using ChatGPT. Fast, accurate AI research on any topic.", "options_ui": { "page": "src\/pages\/options\/index.html" }, "action": { "default_icon": { "128": "logo-128.png" } }, "icons": { "128": "logo-128.png" }, "permissions": [ "activeTab", "tabs", "storage" ], "content_scripts": [ { "js": [ "assets\/index.tsx-loader-D1gKXJTo.js" ], "matches": [ "https:\/\/chatgpt.com\/*", "https:\/\/*.chatgpt.com\/*", "https:\/\/*.chat.com\/*", "https:\/\/chat.com\/*", "*:\/\/*.chatgpt.com\/*", "*:\/\/*.chat.com\/*" ], "css": [ "contentStyle.css", "assets\/index-DxeZvKNW.css" ], "run_at": "document_end" } ], "devtools_page": "src\/pages\/devtools\/index.html", "web_accessible_resources": [ { "matches": [ "*:\/\/*.chat.com\/*", "*:\/\/*.chatgpt.com\/*", "https:\/\/*.chat.com\/*", "https:\/\/*.chatgpt.com\/*", "https:\/\/chat.com\/*", "https:\/\/chatgpt.com\/*" ], "resources": [ "contentStyle.css", "icon-128.png", "icon-32.png", "logo-128.png", "injected.js", "assets\/client-6bPc9rev.js", "assets\/utils-y1xMhPEd.js", "assets\/_commonjsHelpers-Cpj98o6Y.js", "assets\/index.tsx-DZFzmjD-.js" ], "use_dynamic_url": false } ], "background": { "service_worker": "service-worker-loader.js", "type": "module" } }