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": "Better ChatGPT Search", "description": "Use ChatGPT Search without changing your default search engine. Search using address bar and context menu.", "version": "0.0.4", "icons": { "16": "static\/icon-16.png", "48": "static\/icon-48.png", "128": "static\/icon-128.png" }, "permissions": [ "contextMenus", "storage" ], "omnibox": { "keyword": "gpt" }, "background": { "service_worker": "sw.js" }, "action": { "default_icon": "static\/icon-128.png", "default_title": "Better ChatGPT Search" }, "manifest_version": 3, "options_page": "options\/options.html", "homepage_url": "https:\/\/browsernative.com\/searchgpt-chatgpt-chrome-extension\/" }