Skip to content

Commit

Permalink
docs: add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
majidsajadi committed Feb 12, 2022
1 parent 85fba3c commit 58e8859
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added public/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"description": "Chrome extension to generate code from HTTP requests",
"version": "0.1.0",
"manifest_version": 3,
"devtools_page": "devtool.html"
"devtools_page": "devtool.html",
"icons": { "256": "icon.png" }
}

0 comments on commit 58e8859

Please sign in to comment.