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",
|
||||
"description": "Search using ChatGPT query.",
|
||||
"name": "Search with ChatGPT thread!",
|
||||
"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",
|
||||
"manifest_version": 3,
|
||||
"permissions": [
|
||||
"activeTab"
|
||||
],
|
||||
"action": {
|
||||
"default_icon": {
|
||||
"48": "icons/favicon.png"
|
||||
}
|
||||
},
|
||||
"chrome_settings_overrides": {
|
||||
"search_provider": {
|
||||
"name": "ChatGPT Search",
|
||||
"keyword": "gpt",
|
||||
"name": "ChatGPT",
|
||||
"search_url": "https://chatgpt.com?q={searchTerms}",
|
||||
"favicon_url": "https://chatgpt.com/favicon.png",
|
||||
"is_default": true,
|
||||
"keyword": "gpt",
|
||||
"favicon_url": "https://zavage-software.com/static/ChatGPT-favicon.png",
|
||||
"is_default": false,
|
||||
"encoding": "UTF-8"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user