Skip to content

Commit

Permalink
fix: logo not showing (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
zawlinnnaing authored May 27, 2023
1 parent c5222f2 commit 94d2f68
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ export const manifest: ManifestV3Export = {
},
options_page: 'src/options/index.html',
icons: {
16: 'logo16.png',
48: 'logo48.png',
128: 'logo128.png',
128: 'logo.png',
},
background: {
service_worker: 'src/background/service-worker.ts',
Expand Down
Binary file added public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/logo128.png
Binary file not shown.
Binary file removed public/logo16.png
Binary file not shown.
Binary file removed public/logo19.png
Binary file not shown.
Binary file removed public/logo38.png
Binary file not shown.
Binary file removed public/logo48.png
Binary file not shown.

0 comments on commit 94d2f68

Please sign in to comment.