search-with-chatgpt-powered.../manifest.json

24 lines
540 B
JSON

{
"name": "Search with ChatGPT",
"description": "Search using ChatGPT query.",
"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",
"search_url": "https://chatgpt.com?q={searchTerms}",
"favicon_url": "https://chatgpt.com/favicon.png",
"is_default": true,
"encoding": "UTF-8"
}
}
}