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
build: polished, working in firefox
This commit is contained in:
parent
b50507be65
commit
85a7471c2e
@ -1,24 +1,18 @@
|
|||||||
{
|
{
|
||||||
"name": "Search with ChatGPT",
|
"name": "Search with ChatGPT thread!",
|
||||||
"description": "Search using ChatGPT query.",
|
"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",
|
"version": "1.0",
|
||||||
"manifest_version": 3,
|
|
||||||
"permissions": [
|
|
||||||
"activeTab"
|
|
||||||
],
|
|
||||||
"action": {
|
|
||||||
"default_icon": {
|
|
||||||
"48": "icons/favicon.png"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"chrome_settings_overrides": {
|
"chrome_settings_overrides": {
|
||||||
"search_provider": {
|
"search_provider": {
|
||||||
"name": "ChatGPT Search",
|
"name": "ChatGPT",
|
||||||
"keyword": "gpt",
|
|
||||||
"search_url": "https://chatgpt.com?q={searchTerms}",
|
"search_url": "https://chatgpt.com?q={searchTerms}",
|
||||||
"favicon_url": "https://chatgpt.com/favicon.png",
|
"keyword": "gpt",
|
||||||
"is_default": true,
|
"favicon_url": "https://zavage-software.com/static/ChatGPT-favicon.png",
|
||||||
|
"is_default": false,
|
||||||
"encoding": "UTF-8"
|
"encoding": "UTF-8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user