From 85a7471c2e5167a2254e0f9a876a18633335640a Mon Sep 17 00:00:00 2001 From: Mathew Guest Date: Sat, 8 Jun 2024 07:26:39 -0600 Subject: [PATCH] build: polished, working in firefox --- manifest.json | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/manifest.json b/manifest.json index f35c235..df138ac 100644 --- a/manifest.json +++ b/manifest.json @@ -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 ", + "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" } } -} \ No newline at end of file +}