2024-06-07 17:42:08 -06:00
|
|
|
{
|
2024-06-10 01:28:46 -06:00
|
|
|
"name": "Search with ChatGPT powered by OpenAI",
|
2024-06-08 00:52:45 -06:00
|
|
|
"description": "Search using ChatGPT query.",
|
2024-06-07 17:42:08 -06:00
|
|
|
"version": "1.0",
|
2024-06-08 00:52:45 -06:00
|
|
|
"manifest_version": 3,
|
2024-06-07 17:42:08 -06:00
|
|
|
"permissions": [
|
2024-06-08 00:52:45 -06:00
|
|
|
"activeTab"
|
2024-06-07 17:42:08 -06:00
|
|
|
],
|
2024-06-10 01:28:46 -06:00
|
|
|
"icons": {
|
|
|
|
"128": "images/powered-by-openai-icon-128x128.png",
|
|
|
|
"48": "images/powered-by-openai-icon-48x48.png",
|
|
|
|
"16": "images/powered-by-openai-icon-16x16.png"
|
2024-06-07 17:42:08 -06:00
|
|
|
},
|
|
|
|
"chrome_settings_overrides": {
|
|
|
|
"search_provider": {
|
|
|
|
"name": "ChatGPT Search",
|
|
|
|
"keyword": "gpt",
|
|
|
|
"search_url": "https://chatgpt.com?q={searchTerms}",
|
2024-06-08 00:52:45 -06:00
|
|
|
"favicon_url": "https://chatgpt.com/favicon.png",
|
2024-06-10 01:28:46 -06:00
|
|
|
"is_default": false,
|
2024-06-08 00:52:45 -06:00
|
|
|
"encoding": "UTF-8"
|
2024-06-07 17:42:08 -06:00
|
|
|
}
|
2024-06-10 01:28:46 -06:00
|
|
|
},
|
|
|
|
"action": {
|
|
|
|
"default_popup": "hello.html",
|
|
|
|
"default_icon": {
|
|
|
|
"128": "images/powered-by-openai-icon-128x128.png",
|
|
|
|
"48": "images/powered-by-openai-icon-48x48.png",
|
|
|
|
"16": "images/powered-by-openai-icon-16x16.png"
|
|
|
|
}
|
2024-06-08 00:52:45 -06:00
|
|
|
}
|
|
|
|
}
|