Skip to content

Commit

Permalink
chore: update manifest.json to include icon sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
akhileshthite committed Nov 20, 2023
1 parent 00b6591 commit b01101a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
Binary file modified 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 added public/logo128.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 added public/logo16.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 added public/logo32.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 added public/logo48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "logo16.png",
"32": "logo32.png",
"48": "logo48.png",
"128": "logo128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "./logo.png"
Expand Down

0 comments on commit b01101a

Please sign in to comment.