Skip to content

Commit

Permalink
add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvraj108c committed Dec 28, 2022
1 parent ccb74b1 commit d8fb25a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github: yuvraj108c
custom: ["https://paypal.me/yuvraj108c"]
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
7 changes: 6 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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)

0 comments on commit d8fb25a

Please sign in to comment.