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": "ChatGPT Context Menu", "description": "Select text and send it to OpenAI ChatGPT. Prepend prompts to add instructions or search.", "version": "0.0.1", "permissions": [ "contextMenus", "storage" ], "background": { "service_worker": "sw.js" }, "options_page": "options\/options.html", "action": { "default_icon": { "128": "icon.png" } }, "icons": { "128": "icon.png" }, "manifest_version": 3, "homepage_url": "https:\/\/browsernative.com\/chatgpt-chrome-extension-context-menu\/", "minimum_chrome_version": "130" }