mirror of
https://git.zavage.net/Zavage-Software/search-with-chatgpt-powered-by-openai-extension.git
synced 2024-12-21 23:49:21 -07:00
19 lines
582 B
JSON
19 lines
582 B
JSON
{
|
|
"name": "Search with ChatGPT powered by OpenAI!",
|
|
"description": "Adds a ChatGPT search engine",
|
|
"manifest_version": 2,
|
|
"author": "Mathew Guest <mat@zavage.net>",
|
|
"homepage_url": "https://zavage-software.com/portfolio/search-with-ChatGPT",
|
|
"version": "1.0",
|
|
"chrome_settings_overrides": {
|
|
"search_provider": {
|
|
"name": "ChatGPT",
|
|
"search_url": "https://chatgpt.com?q={searchTerms}",
|
|
"keyword": "gpt",
|
|
"favicon_url": "https://zavage-software.com/static/ChatGPT-favicon.png",
|
|
"is_default": false,
|
|
"encoding": "UTF-8"
|
|
}
|
|
}
|
|
}
|