diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..e5617ed --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ +github: yuvraj108c +custom: ["https://paypal.me/yuvraj108c"] diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..f202417 Binary files /dev/null and b/icon.png differ diff --git a/manifest.json b/manifest.json index cf02f3d..6f76d29 100644 --- a/manifest.json +++ b/manifest.json @@ -4,6 +4,11 @@ "description": "Get google search suggestions in ChatGPT", "version": "1.0.0", "author": "Yuvraj Seegolam", + "icons": { + "16": "icon.png", + "48": "icon.png", + "128": "icon.png" + }, "background": { "service_worker": "background.js" }, diff --git a/readme.md b/readme.md index 83f75b3..4cd67eb 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,7 @@ # ChatGPT Search Suggestions -A Chrome extension which provides google search suggestions to ChatGPT. +- A Chrome extension which provides google search suggestions to ChatGPT. +- Supports both light and dark theme ![](https://i.imgur.com/Y4Ow20Z.gif) @@ -17,6 +18,10 @@ git clone https://github.com/yuvraj108c/chatgpt-search-suggestions-extension.git 3. Click `Load Unpacked` to see a file-selection dialog 4. Select your local `chatgpt-search-suggestions-extension` directory +## Support + +Feel free to support the project if you enjoy it (https://paypal.me/yuvraj108c) + ## License MIT © [Yuvraj Seegolam](https://github.com/yuvraj108c)