mirror of
https://git.zavage.net/Zavage-Software/search-with-chatgpt-powered-by-openai-extension-chrome.git
synced 2024-11-21 03:40:26 -07:00
build: extension working for chrome, think it broke firefox though
This commit is contained in:
parent
1600e6c637
commit
b50507be65
@ -1,17 +1,13 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Search with ChatGPT",
|
||||
"description": "Search using ChatGPT query.",
|
||||
"version": "1.0",
|
||||
"description": "A Firefox extension to search using ChatGPT.",
|
||||
"manifest_version": 3,
|
||||
"permissions": [
|
||||
"activeTab",
|
||||
"webRequest",
|
||||
"webRequestBlocking",
|
||||
"<all_urls>"
|
||||
"activeTab"
|
||||
],
|
||||
"browser_action": {
|
||||
"default_popup": "popup.html",
|
||||
"default_icon": {
|
||||
"action": {
|
||||
"default_icon": {
|
||||
"48": "icons/favicon.png"
|
||||
}
|
||||
},
|
||||
@ -20,12 +16,9 @@
|
||||
"name": "ChatGPT Search",
|
||||
"keyword": "gpt",
|
||||
"search_url": "https://chatgpt.com?q={searchTerms}",
|
||||
"favicon_url": "https://chatgpt.com/favicon.png"
|
||||
"favicon_url": "https://chatgpt.com/favicon.png",
|
||||
"is_default": true,
|
||||
"encoding": "UTF-8"
|
||||
}
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["<all_urls>"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user