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": "Ask AI", "short_name": "Ask AI", "description": "Select text and send it to OpenAI ChatGPT, Anthropic Claude and HuggingChat. Prepend prompts to add instructions.", "version": "0.0.6", "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-summary-chrome-extension\/" }