Skip to content

Commit

Permalink
Change logo
Browse files Browse the repository at this point in the history
  • Loading branch information
dndquynh committed May 9, 2021
1 parent c0dfb29 commit d4cbc3c
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
Binary file removed icons/128.png
Binary file not shown.
Binary file added icons/128x128.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 icons/16.png
Binary file not shown.
Binary file added icons/16x16.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 icons/32.png
Binary file not shown.
Binary file added icons/48x48.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: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
},

"icons": {
"128": "icons/128.png"
"128": "icons/128x128.png"
},

"browser_action": {
"default_title": "Go Links",
"default_popup": "popup/popup.html",
"default_icon": {
"16": "icons/16.png",
"32": "icons/32.png"
"16": "icons/16x16.png",
"48": "icons/48x48.png"
}
},

Expand Down

0 comments on commit d4cbc3c

Please sign in to comment.